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

◆ Sign() [2/2]

static ulong INumber< ulong >. System.UInt64.Sign ( ulong value)
inlinestatic

Definition at line 701 of file UInt64.cs.

702 {
703 return (ulong)((value != 0L) ? 1 : 0);
704 }

References System.L, and System.value.