Class DataScalingReferenceValuesBase
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DataScalingReferenceValuesBase
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.MeasuredDataScaling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public abstract class DataScalingReferenceValuesBase : APIBase, IEquatable<APIBase>
Fields
_parent
Declaration
protected readonly APIBase _parent
Field Value
Type | Description |
---|---|
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>