C# Class AsterixDisplayAnalyser.BitExtractor

Afficher le fichier Open project: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY Class Usage Examples

Méthodes publiques

Méthode Description
Extract ( int StartBit, int EndBit, UInt32 From ) : UInt32
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 ( UInt32 FirstPart, UInt32 SecondPart ) : System.UInt64

Method Details

Extract() public méthode

public Extract ( int StartBit, int EndBit, UInt32 From ) : UInt32
StartBit int
EndBit int
From System.UInt32
Résultat System.UInt32

Extract() public méthode

public Extract ( int StartBit, int EndBit, System.UInt64 From ) : System.UInt64
StartBit int
EndBit int
From System.UInt64
Résultat System.UInt64

GetBitStatus() public méthode

public GetBitStatus ( int BitToCheck, System.UInt64 FromThisNumber ) : bool
BitToCheck int
FromThisNumber System.UInt64
Résultat bool

GetIntFromThreeBits() public static méthode

public static GetIntFromThreeBits ( bool Bit1, bool Bit2, bool Bit3 ) : int
Bit1 bool
Bit2 bool
Bit3 bool
Résultat int

GetTo32Char() public méthode

public GetTo32Char ( string In ) : string
In string
Résultat string

GetTo64Char() public méthode

public GetTo64Char ( string In ) : string
In string
Résultat string

JoinTwoUInt32() public méthode

public JoinTwoUInt32 ( UInt32 FirstPart, UInt32 SecondPart ) : System.UInt64
FirstPart System.UInt32
SecondPart System.UInt32
Résultat System.UInt64