Namespace: Extreme.StatisticsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public CollectionSortOrder(
VariableCollection variables,
string[] variableNames,
SortOrder[] sortOrders
)
Public Sub New (
variables As VariableCollection,
variableNames As String(),
sortOrders As SortOrder()
)
public:
CollectionSortOrder(
VariableCollection^ variables,
array<String^>^ variableNames,
array<SortOrder>^ sortOrders
)
new :
variables : VariableCollection *
variableNames : string[] *
sortOrders : SortOrder[] -> CollectionSortOrder
Parameters
- variables
- Type: Extreme.StatisticsVariableCollection
A VariableCollection. - variableNames
- Type: SystemString
A String array that specify the names of the variables
in variables to sort on. - sortOrders
- Type: Extreme.StatisticsSortOrder
An array of SortOrder values that specify if the observations should be sorted in
ascending or in descending order.
Numerical Libraries
Supported in: 5.x, 4.x
Reference