CovarianceAccumulator<T>.HasValue Property

Gets whether the accumulator has received enough data to compute a value.

Definition

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

Property Value

Boolean

Implements

IBinaryAccumulator<T1, T2>.HasValue

See Also