C# Class BACnet.Tagging.Union4

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

Méthodes publiques

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

Method Details

Reverse() public méthode

public Reverse ( ) : Union4
Résultat Union4

ReverseLE() public méthode

public ReverseLE ( ) : Union4
Résultat Union4

Union4() public méthode

public Union4 ( byte byte0, byte byte1, byte byte2, byte byte3 ) : System
byte0 byte
byte1 byte
byte2 byte
byte3 byte
Résultat System

Union4() public méthode

public Union4 ( float float32 ) : System
float32 float
Résultat System

Union4() public méthode

public Union4 ( int int32 ) : System
int32 int
Résultat System

Union4() public méthode

public Union4 ( uint uint32 ) : System
uint32 uint
Résultat System