Constructor Real
Real(UnitType, string, double)
Initializes a new instance of the Real structure.
Declaration
public Real(UnitType inUnitType, string inUnitSymbol, double inValue)
Parameters
| Type | Name | Description |
|---|---|---|
| UnitType | inUnitType | Type of units. |
| string | inUnitSymbol | Unit symbol in English. |
| double | inValue | Value in SI units. |