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

◆ operator>>() [2/2]

static ulong IShiftOperators< ulong, ulong >. System.UInt64.operator>> ( ulong value,
int shiftAmount )
inlinestatic

Definition at line 864 of file UInt64.cs.

865 {
866 return value >> shiftAmount;
867 }

References System.value.