Search Results for

    Show / Hide Table of Contents

    Struct HotspotRecipeBuilder.UnitValue

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: NXOpen.CAE
    Assembly: NXOpen.dll
    Syntax
    public struct HotspotRecipeBuilder.UnitValue

    Constructors

    UnitValue(double, Unit)

    Declaration
    public UnitValue(double Value, Unit Unit)
    Parameters
    Type Name Description
    double Value
    Unit Unit

    Fields

    Unit

    Declaration
    public Unit Unit
    Field Value
    Type Description
    Unit

    Value

    Declaration
    public double Value
    Field Value
    Type Description
    double

    Methods

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    string
    Overrides
    ValueType.ToString()
    In this article
    Back to top Generated by DocFX