|
Selection Constructor (String, String)
|
Constructs a new Selection Filter.
Namespace:
Accord.Statistics.Filters
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntaxpublic Selection(
string expression,
string orderBy
)
Public Sub New (
expression As String,
orderBy As String
)
Request Example
View SourceParameters
- expression
- Type: SystemString
The filtering criteria. - orderBy
- Type: SystemString
The desired sort order.
See Also