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

◆ operator-() [2/5]

static nuint IUnaryNegationOperators< UIntPtr, UIntPtr >. System.UIntPtr.operator- ( nuint value)
inlinestatic

Definition at line 949 of file UIntPtr.cs.

950 {
951 return 0 - value;
952 }

References System.value.