Click or drag to resize
Accord.NET (logo)

Selection Constructor (String, String)

Constructs a new Selection Filter.

Namespace:  Accord.Statistics.Filters
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public Selection(
	string expression,
	string orderBy
)
Request Example View Source

Parameters

expression
Type: SystemString
The filtering criteria.
orderBy
Type: SystemString
The desired sort order.
See Also