Array.Reversed() Method

Top 

Description

Returns a copy of the Array with the elements in reverse order.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

 

Method Signature

Array.Reversed(

)

 

 

Return Value

Type:

Array of number

 

 

The reversed Array.

 

Syntax

myArray1 = myArray2.Reversed();

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide