SortAscending Method (Double, Int32) |
Sort a matrix into ascending order by the first nKeys.
Namespace: Imsl.StatAssembly: ImslCS (in ImslCS.dll) Version: 6.5.2.0
Syntax public static void Ascending(
double[,] ra,
int nKeys
)
Public Shared Sub Ascending (
ra As Double(,),
nKeys As Integer
)
public:
static void Ascending(
array<double,2>^ ra,
int nKeys
)
static member Ascending :
ra : float[,] *
nKeys : int -> unit
Parameters
- ra
- Type: SystemDouble
double matrix to be sorted into ascending order.
- nKeys
- Type: SystemInt32
int containing the first nKeys
columns of ra to be used as the sorting keys.
See Also