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

◆ operator>>() [2/2]

static ushort IShiftOperators< ushort, ushort >. System.UInt16.operator>> ( ushort value,
int shiftAmount )
inlinestatic

Definition at line 919 of file UInt16.cs.

920 {
921 return (ushort)(value >> shiftAmount);
922 }

References System.value.