C# 클래스 BACnet.Tagging.Union4

파일 보기 프로젝트 열기: LorenVS/bacstack 1 사용 예제들

공개 메소드들

메소드 설명
Reverse ( ) : Union4
ReverseLE ( ) : Union4
Union4 ( byte byte0, byte byte1, byte byte2, byte byte3 ) : System
Union4 ( float float32 ) : System
Union4 ( int int32 ) : System
Union4 ( uint uint32 ) : System

메소드 상세

Reverse() 공개 메소드

public Reverse ( ) : Union4
리턴 Union4

ReverseLE() 공개 메소드

public ReverseLE ( ) : Union4
리턴 Union4

Union4() 공개 메소드

public Union4 ( byte byte0, byte byte1, byte byte2, byte byte3 ) : System
byte0 byte
byte1 byte
byte2 byte
byte3 byte
리턴 System

Union4() 공개 메소드

public Union4 ( float float32 ) : System
float32 float
리턴 System

Union4() 공개 메소드

public Union4 ( int int32 ) : System
int32 int
리턴 System

Union4() 공개 메소드

public Union4 ( uint uint32 ) : System
uint32 uint
리턴 System