Array.SortedDescending() Method

Top 

Description

Returns a copy of the calling Array sorted in descending order.

 

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.SortedDescending(

)

 

 

Return Value

Type:

Array of number

 

 

The sorted Array.

 

Syntax

myArray1 = myArray2.SortedDescending();

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide