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

◆ operator<<() [1/2]

static long IShiftOperators< long, long >. System.Int64.operator<< ( long value,
int shiftAmount )
inlinestatic

Definition at line 831 of file Int64.cs.

832 {
833 return value << shiftAmount;
834 }

References System.value.