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