Matrix.Fill Method

Top 

Description

Loads the specified value into each element of the matrix.

 

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

Matrix.Fill(Variable valueToLoad)

None

Loads the specified value into each element of the matrix.

Matrix.Fill(Variable valueToLoad, Variable numRows, Variable numColumns)

None

Resizes the matrix and loads the specified value into each element.

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide