Click or drag to resize

DFColumnToArray Method

Exports the contents of this column to an array.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public Array ToArray()

Return Value

Array
A strongly-typed array containing the contents of this column.

Implements

IDFColumnToArray
See Also