Filter.ApplySort Method

Returns a filter that applies the specified sort filter to the current filter.

Definition

Namespace: Numerics.NET.Statistics
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public Filter ApplySort(
	Filter sortFilter
)

Parameters

sortFilter  Filter
A Filter to apply.

Return Value

Filter
A Filter.

Remarks

If sortFilter is null, the current instance is returned.

See Also