Matrix.UnitMatrix Method

Convert to a unit matrix (matrix need not be a square one). The matrix is traversed in the natural (that is, column by column) order.
public Matrix UnitMatrix()
This language is not supported or no code example is available.
public:  
Matrix^ UnitMatrix()
This language is not supported or no code example is available.
public function UnitMatrix() : Matrix;
This language is not supported or no code example is available.

Return Value

Matrix

In this article

Definition