C# Class GSF.IO.FileStructure.IntHelpers

显示文件 Open project: GridProtectionAlliance/openHistorian

Public Methods

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

Method Details

GetUInt64() public static method

public static GetUInt64 ( this bb, int pos ) : ulong
bb this
pos int
return ulong

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