The StDevPAgg type exposes the following members.

Methods

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

See Also