C# Class BACnet.Types.Float32Value

Inheritance: IValue
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
Float32Value ( float value ) : System

Constructs a new Float32Value instance

Method Details

Float32Value() public method

Constructs a new Float32Value instance
public Float32Value ( float value ) : System
value float The wrapped float32 instance
return System