|
CorrectiveParserCorrectedValues Property
|
Gets corrected values, which may be inverted based on the difference
between the calculated timestamp and the parsed timestamp.
Namespace: GSF.EMAXAssembly: GSF.EMAX (in GSF.EMAX.dll) Version: 2.4.207-beta
Syntax public double[] CorrectedValues { get; }
Public ReadOnly Property CorrectedValues As Double()
Get
public:
property array<double>^ CorrectedValues {
array<double>^ get ();
}
member CorrectedValues : float[] with get
function get_CorrectedValues();
View SourceProperty Value
DoubleSee Also