C# Class BACnet.Ashrae.Scale

Show file Open project: LorenVS/bacstack Class Usage Examples

Public Properties

Property Type Description
Schema ISchema

Public Methods

Method Description
Load ( IValueStream stream ) : Scale
NewFloatScale ( float floatScale ) : Scale
NewIntegerScale ( int integerScale ) : Scale
Save ( IValueSink sink, Scale value ) : void

Method Details

Load() public static method

public static Load ( IValueStream stream ) : Scale
stream IValueStream
return Scale

NewFloatScale() public static method

public static NewFloatScale ( float floatScale ) : Scale
floatScale float
return Scale

NewIntegerScale() public static method

public static NewIntegerScale ( int integerScale ) : Scale
integerScale int
return Scale

Save() public static method

public static Save ( IValueSink sink, Scale value ) : void
sink IValueSink
value Scale
return void

Property Details

Schema public static property

public static ISchema Schema
return ISchema