Click or drag to resize

IMatrixTCopyToArray Method

Copy the elements of this matrix to a rectangular array.

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

Return Value

T
A rectangular array.
See Also