Accumulator<T, U>.CurrentValue Property

Gets the current value of the accumulator.

Definition

Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public U CurrentValue { get; }

Property Value

U

Implements

IAccumulator<T, U>.CurrentValue

See Also