C# Class CavemanTools.Hashing.IntHelpers

Show file Open project: sapiens/cavemantools

Public Methods

Method Description
RotateLeft ( this original, int bits ) : ulong
RotateRight ( this original, int bits ) : ulong

Method Details

RotateLeft() public static method

public static RotateLeft ( this original, int bits ) : ulong
original this
bits int
return ulong

RotateRight() public static method

public static RotateRight ( this original, int bits ) : ulong
original this
bits int
return ulong