Back to Aurora Vision Library Lite website
You are here: Start » All Functions » Array Transforms » SortRealArray

SortRealArray
This is Filter Equivalent. This function may be present in generated code, but should not be used in hand-written code.
Header: | STD.h |
---|---|
Namespace: | avl |
Puts the elements of the input array in ascending or descending order.
Syntax
void avl::SortRealArray ( atl::Array<float>& ioArray, avl::SortingOrder::Type inSortingOrder )
Parameters
Name | Type | Default | Description | |
---|---|---|---|---|
![]() |
ioArray | Array<float>& | Elements to be sorted | |
![]() |
inSortingOrder | SortingOrder::Type | Ascending or descending |