Aggregators.Last Property

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

Definition

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

Property Value

TypePreservingAggregatorGroup

Remarks

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

See Also