C# Class BACnet.Tagging.Union8

Afficher le fichier Open project: LorenVS/bacstack Class Usage Examples

Méthodes publiques

Méthode Description
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

Method Details

Reverse() public méthode

public Reverse ( ) : Union8
Résultat Union8

ReverseLE() public méthode

public ReverseLE ( ) : Union8
Résultat Union8

Union8() public méthode

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
Résultat System

Union8() public méthode

public Union8 ( double float64 ) : System
float64 double
Résultat System

Union8() public méthode

public Union8 ( long int64 ) : System
int64 long
Résultat System

Union8() public méthode

public Union8 ( ulong uint64 ) : System
uint64 ulong
Résultat System