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

◆ operator-() [4/4]

static ulong IUnaryNegationOperators< ulong, ulong >. System.UInt64.operator- ( ulong value)
inlinestatic

Definition at line 888 of file UInt64.cs.

889 {
890 return 0 - value;
891 }

References System.value.