DotProductAccumulator<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 CurrentValue { get; }

Property Value

T

Implements

IBinaryAccumulator<T1, T2, TResult>.CurrentValue

See Also