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

◆ RotateRight() [2/2]

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

Definition at line 298 of file UInt64.cs.

299 {
300 return BitOperations.RotateRight(value, rotateAmount);
301 }
static uint RotateRight(uint value, int offset)

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