WorksheetFunction.Munit(Double) Method

Definition

Returns the unit matrix for the specified dimension.

public:
 System::Object ^ Munit(double Arg1);
public object Munit (double Arg1);
Public Function Munit (Arg1 As Double) As Object

Parameters

Arg1
Double

Integer specifying the dimension of the unit matrix that you want to return.

Returns

VARIANT

Applies to