Class DataScalingReferenceValuesBase
Inheritance
System.Object
DataScalingReferenceValuesBase
Implements
System.IEquatable<APIBase>
Inherited Members
Namespace: SMT.MastaAPI.MathUtility.MeasuredDataScaling
Assembly: SMT.MastaAPI.14.1.1.dll
Syntax
public abstract class DataScalingReferenceValuesBase : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
| Type | Description |
|---|---|
| APIBase |
Properties
MaximumDB
Declaration
public Overridable<double> MaximumDB { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
MinimumDB
Declaration
public Overridable<double> MinimumDB { get; set; }
Property Value
| Type | Description |
|---|---|
| Overridable<System.Double> |
Implements
System.IEquatable<T>