<PackageReference Include="Microsoft.Bcl.HashCode" Version="1.1.0-preview3.19551.4" />
System.Numerics.BitOperations
public static uint RotateLeft(
uint value,
int offset)
Rotates the specified value left by the specified number of bits.
Similar in behavior to the x86 instruction ROL.
public static ulong RotateLeft(
ulong value,
int offset)
Rotates the specified value left by the specified number of bits.
Similar in behavior to the x86 instruction ROL.