MinMaxAccumulator<T>.CurrentValue Property

Gets the current value of the accumulator.

Definition

Namespace: Numerics.NET.DataAnalysis.Accumulators
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public (T , T ) CurrentValue { get; }

Property Value

ValueTuple<T, T>

See Also