Matrix.Identity Method

Top 

Description

Returns the Identity matrix with the specified number of rows and columns.

 

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.Identity(Variable dimension)

Matrix

Returns the Identity matrix with the specified number of rows and columns.

Matrix.Identity(Variable rows, Variable columns)

Matrix

Returns the Identity matrix with the specified number of rows and columns.

 

 

See also

Matrix Object

Matrix, Array, and Variable Math Guide