System.Numerics.BitOperations static class BitOperations Documentation Code namespace System.Numerics { internal static class BitOperations { public static uint RotateLeft(uint value, int offset); public static ulong RotateLeft(ulong value, int offset); } }