Click or drag to resize

BaseMatrixCopyToArray Method

Copy all elements of this matrix to a rectangular 2D array.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public double[,] CopyToArray()
Request Example View Source

Return Value

Double
A rectangular 2D array.

Implements

IMatrixTCopyToArray
See Also