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

◆ operator>>() [1/2]

static sbyte IShiftOperators< sbyte, sbyte >. System.SByte.operator>> ( sbyte value,
int shiftAmount )
inlinestatic

Definition at line 952 of file SByte.cs.

953 {
954 return (sbyte)(value >> shiftAmount);
955 }

References System.value.