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