Gets an aggregator that returns the first non-missing value.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static TypePreservingAggregatorGroup First { get; }
Public Shared ReadOnly Property First As TypePreservingAggregatorGroup
Get
public:
static property TypePreservingAggregatorGroup^ First {
TypePreservingAggregatorGroup^ get ();
}
static member First : TypePreservingAggregatorGroup with get
Property Value
Type:
TypePreservingAggregatorGroup
This aggregator returns a value of the same type as the input values.
Reference