VirtualArray.Max Method

Top 

Description

Returns the maximum value in the array.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

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

 

Overload List

Signatures

Return Value

Description

VirtualArray.Max()

Variable

Returns the maximum value in the array.

VirtualArray.Max(Variable index)

Variable

Returns the maximum value in the array and stores its position in the passed 'index' argument.

 

 

See also

VirtualArray Object