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

◆ operator--() [2/2]

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

Definition at line 370 of file UInt64.cs.

371 {
372 return --value;
373 }

References System.value.