Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ operator*() [1/2]

static sbyte IMultiplyOperators< sbyte, sbyte, sbyte >. System.SByte.operator* ( sbyte left,
sbyte right )
inlinestatic

Definition at line 423 of file SByte.cs.

424 {
425 return (sbyte)(left * right);
426 }