Class SpecificationForTheEffectOfOilKinematicViscosity
Inheritance
System.Object
SpecificationForTheEffectOfOilKinematicViscosity
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.Gears
Assembly: SMT.MastaAPI.15.0.dll
Syntax
public sealed 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>