Click or drag to resize

DoubleMatrixToArray Method

Copies data into an array and returns it.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double[,] ToArray()

Return Value

Double
An array containing a copy of the data.
See Also