Back to Aurora Vision Library website

You are here: Start » Function Reference » 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
Module: FoundationLite

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
Input will be modified ioArray Array<float>& Elements to be sorted
Input value inSortingOrder SortingOrder::Type Ascending or descending