Struct CheckChannelRatioBuilder.TableData
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.Validate
Assembly: NXOpen.dll
Syntax
public struct TableData
Constructors
TableData(Double, Double)
Declaration
public TableData(double Angle, double MinimumDiameter)
Parameters
Type | Name | Description |
---|---|---|
System.Double | Angle | |
System.Double | MinimumDiameter |
Fields
Angle
Declaration
public double Angle
Field Value
Type | Description |
---|---|
System.Double |
MinimumDiameter
Declaration
public double MinimumDiameter
Field Value
Type | Description |
---|---|
System.Double |
Methods
ToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()