Class ThermalReductionFactorFactorsAndExponents
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
ThermalReductionFactorFactorsAndExponents
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears.Rating.Cylindrical.AGMA
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class ThermalReductionFactorFactorsAndExponents : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
APIBase |
Properties
FirstExponent
Declaration
public double FirstExponent { get; }
Property Value
Type | Description |
---|---|
System.Double |
FirstFactor
Declaration
public double FirstFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
SecondExponent
Declaration
public double SecondExponent { get; }
Property Value
Type | Description |
---|---|
System.Double |
SecondFactor
Declaration
public double SecondFactor { get; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>