Method | Description | |
---|---|---|
GetUInt64 ( this bb, int pos ) : ulong | ||
RotateLeft ( this original, int bits ) : ulong | ||
RotateRight ( this original, int bits ) : ulong |
public static GetUInt64 ( this bb, int pos ) : ulong | ||
bb | this | |
pos | int | |
return | ulong |
public static RotateLeft ( this original, int bits ) : ulong | ||
original | this | |
bits | int | |
return | ulong |
public static RotateRight ( this original, int bits ) : ulong | ||
original | this | |
bits | int | |
return | ulong |