Lydos.Matlab

Matrix.ToJaggedArray Method 

Creates a jagged array copy of the matrix.

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

Return Value

A jagged array corresponding to the matrix.

Exceptions

Exception TypeCondition
ObjectDisposedExceptionThrown when this has already been disposed.

See Also

Matrix Class | Lydos.Matlab Namespace