C# Class GSF.IO.FileStructure.IntHelpers

Afficher le fichier Open project: GridProtectionAlliance/openHistorian

Méthodes publiques

Méthode Description
GetUInt64 ( this bb, int pos ) : ulong
RotateLeft ( this original, int bits ) : ulong
RotateRight ( this original, int bits ) : ulong

Method Details

GetUInt64() public static méthode

public static GetUInt64 ( this bb, int pos ) : ulong
bb this
pos int
Résultat ulong

RotateLeft() public static méthode

public static RotateLeft ( this original, int bits ) : ulong
original this
bits int
Résultat ulong

RotateRight() public static méthode

public static RotateRight ( this original, int bits ) : ulong
original this
bits int
Résultat ulong