BinaryAggregator<T1, T2, TResult>.EmptyValue Property

Gets the value that is returned when the input is empty.

Definition

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

Property Value

TResult

See Also