Click or drag to resize

DeviceStatisticsHelperT Constructor

Creates a new instance of the DeviceStatisticsHelperT class.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public DeviceStatisticsHelper(
	T device
)
View Source

Parameters

device  T
The device whose statistics are to be calculated using this helper.
See Also