C# Class BACnet.Types.Float64Value

Inheritance: IValue
Show file Open project: LorenVS/bacstack

Public Methods

Method Description
Float64Value ( double value ) : System

Constructs a new Float64Value instance

Method Details

Float64Value() public method

Constructs a new Float64Value instance
public Float64Value ( double value ) : System
value double The wrapped float64 instance
return System