Skip to content

SortOrder

Sort order for array and matrix operations.

Kind: enum

Variants

NameDescription
AscendingSort from the smallest to the largest value.
DescendingSort from the largest to the smallest value.

Released under the MIT License.