Sort Float Array

Syntax

Sort Float Array

Parameters

Array

Array of floats to sort

Predicate

Function that takes two floats which returns true if first float is less than second

Output

Type

Type of used predicate.
May be one of next values: By predicate, Standard way.

Sorted Array

New array of sorted floats