C# 클래스 BACnet.Tagging.Union8

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

공개 메소드들

메소드 설명
Reverse ( ) : Union8
ReverseLE ( ) : Union8
Union8 ( byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7 ) : System
Union8 ( double float64 ) : System
Union8 ( long int64 ) : System
Union8 ( ulong uint64 ) : System

메소드 상세

Reverse() 공개 메소드

public Reverse ( ) : Union8
리턴 Union8

ReverseLE() 공개 메소드

public ReverseLE ( ) : Union8
리턴 Union8

Union8() 공개 메소드

public Union8 ( byte byte0, byte byte1, byte byte2, byte byte3, byte byte4, byte byte5, byte byte6, byte byte7 ) : System
byte0 byte
byte1 byte
byte2 byte
byte3 byte
byte4 byte
byte5 byte
byte6 byte
byte7 byte
리턴 System

Union8() 공개 메소드

public Union8 ( double float64 ) : System
float64 double
리턴 System

Union8() 공개 메소드

public Union8 ( long int64 ) : System
int64 long
리턴 System

Union8() 공개 메소드

public Union8 ( ulong uint64 ) : System
uint64 ulong
리턴 System