C# 클래스 AsterixDisplayAnalyser.BitExtractor

파일 보기 프로젝트 열기: akapetanovic/ASTERIX-ANALYSER-and-DATA-DISPLAY 1 사용 예제들

공개 메소드들

메소드 설명
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