Click or drag to resize

IDFColumnToIntArray Method

Exports the contents of this column to an array of integers.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
int[] ToIntArray()

Return Value

Int32
An int[] containing the contents of this column.
See Also