Lydos.Matlab

Matrix.ToMultiArray Method 

Creates a multidimensional array copy of the matrix.

[Visual Basic]
Public Function ToMultiArray() As Double(,)
[C#]
public double[,] ToMultiArray();
[C++]
public: double ToMultiArray()  __gc[];
[JScript]
public function ToMultiArray(): double[,];

Return Value

A multidimensional array corresponding to the matrix.

Exceptions

Exception TypeCondition
ObjectDisposedExceptionThrown when this has already been disposed.

See Also

Matrix Class | Lydos.Matlab Namespace