Integers abstract class Integers Documentation Code protected Integers() public static int RotateLeft(int i, int distance) public static uint RotateLeft(uint i, int distance) public static int RotateRight(int i, int distance) public static uint RotateRight(uint i, int distance)