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

◆ operator-() [2/4]

static long IUnaryNegationOperators< long, long >. System.Int64.operator- ( long value)
inlinestatic

Definition at line 861 of file Int64.cs.

862 {
863 return -value;
864 }

References System.value.