|   | StatisticsEngineCurrentStatistics Property | 
        
        
            Gets the statistic measurements and latest values that are registered with the active statistics engine.
            
        
        Namespace: GSF.TimeSeries.StatisticsAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.257-beta
 Syntax
Syntaxpublic static ReadOnlyDictionary<MeasurementKey, double> CurrentStatistics { get; }Public Shared ReadOnly Property CurrentStatistics As ReadOnlyDictionary(Of MeasurementKey, Double)
	Get
public:
static property ReadOnlyDictionary<MeasurementKey^, double>^ CurrentStatistics {
	ReadOnlyDictionary<MeasurementKey^, double>^ get ();
}static member CurrentStatistics : ReadOnlyDictionary<MeasurementKey, float> with get
GSF.TimeSeries.Statistics.StatisticsEngine.get_CurrentStatistics = function();
Property Value
ReadOnlyDictionaryMeasurementKey, 
Double See Also
See Also