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

◆ operator>>() [1/2]

static byte IShiftOperators< byte, byte >. System.Byte.operator>> ( byte value,
int shiftAmount )
inlinestatic

Definition at line 944 of file Byte.cs.

945 {
946 return (byte)(value >> shiftAmount);
947 }

References System.value.