Array.Fill Method

Top 

Description

Loads the specified value into each element of the 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.

 

Overload List

Signatures

Return Value

Description

Array.Fill(Variable value)

None

Fill the current array with the specified value.

Array.Fill(Variable value, Variable numElements)

None

Resizes the array to the specified size and fills it with the specified value.

 

 

See also

Array Object

Matrix, Array, and Variable Math Guide