Struct HotspotRecipeBuilder.UnitValue
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: NXOpen.CAE
Assembly: NXOpen.dll
Syntax
public struct UnitValue
Constructors
UnitValue(Double, Unit)
Declaration
public UnitValue(double Value, Unit Unit)
Parameters
Type | Name | Description |
---|---|---|
System.Double | Value | |
Unit | Unit |
Fields
Unit
Declaration
public Unit Unit
Field Value
Type | Description |
---|---|
Unit |
Value
Declaration
public double Value
Field Value
Type | Description |
---|---|
System.Double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()