Array.SortDescending(Object) Method

Top 

Description

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

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

Array.SortDescending(

Object synchronizedCollection)

 

 

Arguments

synchronizedCollection


Description:

An Array, StringArray, or TimeSpanArray within which order, with respect to the sorted calling Array, is maintained.

Repeatable:

0 to Unlimited times

 

 

 

Return Value

Type:

number

 

 

Returns the number of rows in the calling Array.

 

Syntax

myVariable1 = myArray1.SortDescending(myObject1);

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide