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