| 
            
              MeasurementAdjustedValue Property
             | 
          
        
        
            Gets the adjusted numeric value of this measurement, taking into account the specified 
Adder and 
Multiplier offsets.
            
 
        
        Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
Syntaxpublic double AdjustedValue { get; }Public ReadOnly Property AdjustedValue As Double
	Get
public:
virtual property double AdjustedValue {
	double get () sealed;
}abstract AdjustedValue : float with get
override AdjustedValue : float with get
function get_AdjustedValue();
 View SourceReturn Value
DoubleValue offset by 
Adder and 
Multiplier (i.e., 
Value * Multiplier + Adder).
Implements
IMeasurementAdjustedValue
Remarks
See Also