Subset.Apply Sort Method
Returns a subset that applies the specified sort subset to the current subset.
Definition
Namespace: Numerics.NET.DataAnalysis
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
C#
A Subset.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.4
public Subset ApplySort(
Subset sortFilter
)
Parameters
Return Value
SubsetA Subset.
Remarks
If sortFilter is null, the current instance is returned.