Array.ReverseSort Method

Top 

Description

Sorts the calling Array in descending order and reorders all input StringArray and Array arguments to maintain their relative indexing with respect to the calling Array.

 

This method has been Deprecated. Please use Array.SortDescending or StringArray.SortDescending instead.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode. Millisecond timing precision mode is deprecated and will be removed in a future release. We recommend that you migrate your Mission Plans to nanosecond timing precision mode.

 

Overload List

Signatures

Return Value

Description

Array.ReverseSort(Array arrayArgument)

Variable

Sorts the calling Array in descending order and reorders all input Array arguments to maintain their relative indexing with respect to the calling Array.

Array.ReverseSort(StringArray stringArrayArgument, Array arrayArgument)

Variable

Sorts the calling Array in descending order and reorders all input StringArray and Array arguments to maintain their relative indexing with respect to the calling Array.

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide