Struct Real
Represents a real value with units.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: cs.temp.dll.dll
Syntax
[AvailableSinceVersion(7, 9, 0, 0)]
public struct Real
Remarks
This structure is available since v7.9.
Constructors
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. |
Fields
UnitSymbol
Unit symbol in English.
Declaration
public string UnitSymbol
Field Value
Type | Description |
---|---|
String |
UnitType
Unit type.
Declaration
public UnitType UnitType
Field Value
Type | Description |
---|---|
UnitType |
Value
Value in SI units.
Declaration
public double Value
Field Value
Type | Description |
---|---|
Double |