Gets an aggregator that returns the first non-missing value
after skipping the specified number of values.
Namespace: Extreme.DataAnalysisAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0
Reference