CorrelationAccumulator<T>.CurrentValue Property

Note: This API is now obsolete.
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#
[ObsoleteAttribute("Use the Correlation property instead.")]
public T CurrentValue { get; }

Property Value

T

See Also