|
ImmediateMeasurementsMaximum Property
|
Returns the maximum value of all measurements.
Namespace: GSF.TimeSeriesAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.246-beta
Syntaxpublic double Maximum { get; }
Public ReadOnly Property Maximum As Double
Get
public:
property double Maximum {
double get ();
}
member Maximum : float with get
View SourceProperty Value
Double
RemarksThis is only useful if all measurements represent the same type of measurement.
See Also