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

◆ operator-() [2/4]

static sbyte IUnaryNegationOperators< sbyte, sbyte >. System.SByte.operator- ( sbyte value)
inlinestatic

Definition at line 976 of file SByte.cs.

977 {
978 return (sbyte)(-value);
979 }

References System.value.