MindFusion.Wpf Pack Programmer's Guide
MUNIT

Returns the identity matrix with the specified dimension.

Syntax  Copy Code

MUNIT( Integer dimension )  Array

Parameters

dimension
Required. The dimensions of the returned matrix.

Remarks

If dimension is less than zero, the function returns #VALUE!. The returns value is an array with the specified dimension. The primary diagonal of the returned array contains values 1. All other values of the array are 0.

See Also

Function Reference
MMULT Function