Struct Real
Represents a real value with units.
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
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. |
System.String | inUnitSymbol | Unit symbol in English. |
System.Double | inValue | Value in SI units. |
Fields
UnitSymbol
Unit symbol in English.
Declaration
public string UnitSymbol
Field Value
Type | Description |
---|---|
System.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 |
---|---|
System.Double |