WorksheetFunction.Munit(Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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