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

◆ RotateLeft() [2/2]

static ulong IBinaryInteger< ulong >. System.UInt64.RotateLeft ( ulong value,
int rotateAmount )
inlinestatic

Definition at line 292 of file UInt64.cs.

293 {
294 return BitOperations.RotateLeft(value, rotateAmount);
295 }
static uint RotateLeft(uint value, int offset)

References System.Numerics.BitOperations.RotateLeft(), and System.value.