Aggregator<T, TResult>.EmptyValue Property

Gets the result of the aggregation when the input is empty.

Definition

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

Property Value

TResult

See Also