The VarStDevAgg type exposes the following members.

Methods

  Name Description
Public method Finish()()()()
Returns the aggregated value.
(Overrides DataAggregateFunction..::..Finish()()()().)
Public method Finish(Double, Double, Int32)
Called by Finish()()()() to calculate the aggregate value.
Public method GetEmptyValue
This method is called when the list of aggregates values is empty.
(Inherited from DataAggregateFunction.)
Public method Iterate
Aggregates a value.
(Overrides DataAggregateFunction..::..Iterate(Object).)
Public method Reset
Resets the current aggregate.
(Overrides DataAggregateFunction..::..Reset()()()().)

See Also