BACnet.Tagging.Union4.Union4 C# (CSharp) Method

Union4() public method

public Union4 ( byte byte0, byte byte1, byte byte2, byte byte3 ) : System
byte0 byte
byte1 byte
byte2 byte
byte3 byte
return System
        public Union4(byte byte0, byte byte1, byte byte2, byte byte3)
            : this()
        {
            this.Byte0 = byte0;
            this.Byte1 = byte1;
            this.Byte2 = byte2;
            this.Byte3 = byte3;
        }

Same methods

Union4::Union4 ( float float32 ) : System
Union4::Union4 ( int int32 ) : System
Union4::Union4 ( uint uint32 ) : System