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

◆ operator-() [4/4]

static uint IUnaryNegationOperators< uint, uint >. System.UInt32.operator- ( uint value)
inlinestatic

Definition at line 922 of file UInt32.cs.

923 {
924 return 0 - value;
925 }

References System.value.