Gets an aggregator that returns the first non-missing value
after skipping the specified number of values.
Namespace:
Extreme.DataAnalysis
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static TypePreservingAggregatorGroup Skip(
int count
)
Public Shared Function Skip (
count As Integer
) As TypePreservingAggregatorGroup
public:
static TypePreservingAggregatorGroup^ Skip(
int count
)
static member Skip :
count : int -> TypePreservingAggregatorGroup
Parameters
- count
- Type: SystemInt32
The number of non-missing values to skip.
Return Value
Type:
TypePreservingAggregatorGroup
This aggregator returns a value of the same type as the input values.
Reference