VirtualArray.GetShuffledElements() Method

Top 

Description

Returns a copy of the calling Array where the elements have been randomly shuffled. Calling SeedNoise will set the seed for this method.

 

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

VirtualArray.GetShuffledElements(

)

 

 

Return Value

Type:

Array of number

 

 

Returns an Array object that contains the shuffled values of the Array.

 

Syntax

myArray1 = {1,2,3,4}.GetShuffledElements();

 

 

See also

VirtualArray Object