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

 Declaration Syntax
Public Delegate Function StatisticCalculationFunction ( _
	source As Object, _
	arguments As String _
) As Double

 Parameters
- source (Object)
 - Source object.
 
- arguments (String)
 - Any needed arguments for statistic calculation.
 

 Return Value
Actual calculated statistic.
Assembly: 
TVA.PhasorProtocols (Module: TVA.PhasorProtocols) Version: 1.4.192.0