This function returns the unit matrix for the specified dimension.
MUNIT(dimension)
For the argument, you need to provide an integer that specifies the dimension of the unit matrix to return. The argument is required.
The argument must be greater than 0. The #VALUE! error value is returned if dimension is equal to or less than 0.
Accepts numeric data. Returns a resultant matrix.
MUNIT(2) will return a unit matrix 2x2.
This function is available in Spread for Windows Forms 11.0 or later.