Class OperatingViscosity
Inheritance
System.Object
OperatingViscosity
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public class OperatingViscosity : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Properties
Actual
Declaration
public double Actual { get; }
Property Value
| Type |
Description |
| System.Double |
|
Rated
Declaration
public double Rated { get; }
Property Value
| Type |
Description |
| System.Double |
|
RatedAt40DegreesC
Declaration
public double RatedAt40DegreesC { get; }
Property Value
| Type |
Description |
| System.Double |
|
Implements
System.IEquatable<T>
Extension Methods