Aggregators.First Property

Gets an aggregator that returns the first non-missing value.

Definition

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

Property Value

TypePreservingAggregatorGroup

Remarks

This aggregator returns a value of the same type as the input values.

See Also