...
Scroll tablelayout | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
...
Returns the sorted array.
Scroll pagebreak |
---|
Examples
Code Block | ||
---|---|---|
| ||
// Demonstrate a simple sort. |
...
float $array[3]; |
...
$array[0] = 1.0; |
...
$array[1] = -1.5; |
...
$array[2] = 1e-6; |
...
float $sortedArray[] = `sortFloats $array`; |
...
print $sortedArray; |
Additional information
Related commands
...