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