Search Results for

    Show / Hide Table of Contents

    Struct Real

    Represents a real value with units.

    Inherited Members
    ValueType.Equals(Object)
    ValueType.GetHashCode()
    ValueType.ToString()
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    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.

    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
    In This Article
    • Term of use
    • Corporate information
    • Privacy Policy - GDPR

    Copyright ©2024 TopSolid - All rights reserved.