Свойство | Type | Description | |
---|---|---|---|
bCaseSensitive | bool |
Méthode | Description | |
---|---|---|
ByIndex ( Primitive array ) : Primitive |
Sort an array of any dimension by the index (key).
|
|
ByValue ( Primitive array ) : Primitive |
Sort a 1D array by the value (the indices are re-numbered from 1).
|
|
ByValueWithIndex ( Primitive array ) : Primitive |
Sort a 1D array by the value (the indices are unchanged, but sorted).
|
Méthode | Description | |
---|---|---|
sort ( Primitive array ) : List |
public static ByIndex ( Primitive array ) : Primitive | ||
array | Primitive | /// The array to sort. /// |
Résultat | Primitive |
public static ByValue ( Primitive array ) : Primitive | ||
array | Primitive | /// The array to sort. /// |
Résultat | Primitive |
public static ByValueWithIndex ( Primitive array ) : Primitive | ||
array | Primitive | /// The array to sort. /// |
Résultat | Primitive |