Click or drag to resize

StatisticCalculationFunction Delegate

Method signature for function used to calculate a statistic for a given object.

Namespace: GSF.TimeSeries.Statistics
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public delegate double StatisticCalculationFunction(
	Object source,
	string arguments
)

Parameters

source  Object
Source object.
arguments  String
Any needed arguments for statistic calculation.

Return Value

Double
Actual calculated statistic.
See Also