Matrix<T>.To Array 2D Method
Gets the elements of the matrix.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
An array of values that contains a copy of the elements of the matrix.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public Array2D<T> ToArray2D()
Return Value
Array2D<T>An array of values that contains a copy of the elements of the matrix.