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

◆ operator-() [2/4]

static int IUnaryNegationOperators< int, int >. System.Int32.operator- ( int value)
inlinestatic

Definition at line 908 of file Int32.cs.

909 {
910 return -value;
911 }

References System.value.