IAccumulator<T>.HasValue Property

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

Definition

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

Property Value

Boolean

See Also