Method | Description | |
---|---|---|
Extract ( int StartBit, int EndBit, |
||
Extract ( int StartBit, int EndBit, System.UInt64 From ) : System.UInt64 | ||
GetBitStatus ( int BitToCheck, System.UInt64 FromThisNumber ) : bool | ||
GetIntFromThreeBits ( bool Bit1, bool Bit2, bool Bit3 ) : int | ||
GetTo32Char ( string In ) : string | ||
GetTo64Char ( string In ) : string | ||
JoinTwoUInt32 ( |
public Extract ( int StartBit, int EndBit, |
||
StartBit | int | |
EndBit | int | |
From | ||
return |
public Extract ( int StartBit, int EndBit, System.UInt64 From ) : System.UInt64 | ||
StartBit | int | |
EndBit | int | |
From | System.UInt64 | |
return | System.UInt64 |
public GetBitStatus ( int BitToCheck, System.UInt64 FromThisNumber ) : bool | ||
BitToCheck | int | |
FromThisNumber | System.UInt64 | |
return | bool |
public static GetIntFromThreeBits ( bool Bit1, bool Bit2, bool Bit3 ) : int | ||
Bit1 | bool | |
Bit2 | bool | |
Bit3 | bool | |
return | int |
public JoinTwoUInt32 ( |
||
FirstPart | ||
SecondPart | ||
return | System.UInt64 |