Class SpecificationForTheEffectOfOilKinematicViscosity
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
SpecificationForTheEffectOfOilKinematicViscosity
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.Gears
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class SpecificationForTheEffectOfOilKinematicViscosity : IndependentReportablePropertiesBase<SpecificationForTheEffectOfOilKinematicViscosity>, IEquatable<APIBase>
Properties
Condition
Declaration
public string Condition { get; }
Property Value
Type | Description |
---|---|
System.String |
InterceptOfLinearEquation
Declaration
public double InterceptOfLinearEquation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
SlopeOfLinearEquation
Declaration
public double SlopeOfLinearEquation { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Implements
System.IEquatable<T>