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[][];
A jagged array corresponding to the matrix.
Exception Type | Condition |
---|---|
ObjectDisposedException | Thrown when this has already been disposed. |