Struct Real
Represents a real value with units.
Inherited Members
Namespace: TopSolid.Kernel.Automating
Assembly: TopSolid.Kernel.Automating.dll
Syntax
[DataContract]
[AvailableSinceVersion(7, 9, 0, 0)]
public struct Real
Remarks
This structure is available since v7.9.
Constructors
| Name | Description |
|---|---|
| Real(UnitType, string, double) | Initializes a new instance of the Real structure. |
Fields
| Name | Description |
|---|---|
| UnitSymbol | Unit symbol in English. |
| UnitType | Unit type. |
| Value | Value in SI units. |