Accumulator<T, U>.HasValue Property

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

Definition

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

Property Value

Boolean

Implements

IAccumulator<T, U>.HasValue

See Also