C# Class BACnet.Tagging.Union4

Datei anzeigen Open project: LorenVS/bacstack Class Usage Examples

Public Methods

Method 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 method

public Reverse ( ) : Union4
return Union4

ReverseLE() public method

public ReverseLE ( ) : Union4
return Union4

Union4() public method

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

Union4() public method

public Union4 ( float float32 ) : System
float32 float
return System

Union4() public method

public Union4 ( int int32 ) : System
int32 int
return System

Union4() public method

public Union4 ( uint uint32 ) : System
uint32 uint
return System