Class ValueWithUnits
A numeric value with units
Inherited Members
Namespace: Noxum.Nova.Delivery.Client
Assembly: Noxum.Nova.Delivery.Client.dll
Syntax
public sealed class ValueWithUnits
Properties
UnitRef
The ID of the units object
Declaration
public int UnitRef { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Value
The value
Declaration
public double Value { get; set; }
Property Value
| Type | Description |
|---|---|
| double |