Subset.ApplySort 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.0
C#
public Subset ApplySort(
	Subset sortFilter
)

Parameters

sortFilter  Subset
A Subset to apply.

Return Value

Subset
A Subset.

Remarks

If sortFilter is null, the current instance is returned.

See Also