Click or drag to resize

FloatMatrixToArray Method

Copies data into a new array and returns it.

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

Return Value

Single
A new array containing a copy of the data.
See Also