Class DataScalingReferenceValues<TMeasurement>
Inheritance
System.Object
System.MarshalByRefObject
SMT.MastaAPIUtility.MarshalByRefObjectPermanent
DataScalingReferenceValues<TMeasurement>
Implements
System.IEquatable<APIBase>
Inherited Members
SMT.MastaAPIUtility.MarshalByRefObjectPermanent.InitializeLifetimeService()
Namespace: SMT.MastaAPI.MathUtility.MeasuredDataScaling
Assembly: SMT.MastaAPI.13.0.dll
Syntax
public class DataScalingReferenceValues<TMeasurement> : DataScalingReferenceValuesBase, IEquatable<APIBase> where TMeasurement : MeasurementBase
Type Parameters
Name | Description |
---|---|
TMeasurement |
Properties
DecibelReference
Declaration
public double DecibelReference { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
Maximum
Declaration
public Overridable<double> Maximum { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Minimum
Declaration
public Overridable<double> Minimum { get; set; }
Property Value
Type | Description |
---|---|
Overridable<System.Double> |
Implements
System.IEquatable<T>