C# Класс AsterixDisplayAnalyser.BitExtractor

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

Extract() публичный Метод

public Extract ( int StartBit, int EndBit, UInt32 From ) : UInt32
StartBit int
EndBit int
From System.UInt32
Результат System.UInt32

Extract() публичный Метод

public Extract ( int StartBit, int EndBit, System.UInt64 From ) : System.UInt64
StartBit int
EndBit int
From System.UInt64
Результат System.UInt64

GetBitStatus() публичный Метод

public GetBitStatus ( int BitToCheck, System.UInt64 FromThisNumber ) : bool
BitToCheck int
FromThisNumber System.UInt64
Результат bool

GetIntFromThreeBits() публичный статический Метод

public static GetIntFromThreeBits ( bool Bit1, bool Bit2, bool Bit3 ) : int
Bit1 bool
Bit2 bool
Bit3 bool
Результат int

GetTo32Char() публичный Метод

public GetTo32Char ( string In ) : string
In string
Результат string

GetTo64Char() публичный Метод

public GetTo64Char ( string In ) : string
In string
Результат string

JoinTwoUInt32() публичный Метод

public JoinTwoUInt32 ( UInt32 FirstPart, UInt32 SecondPart ) : System.UInt64
FirstPart System.UInt32
SecondPart System.UInt32
Результат System.UInt64