Click or drag to resize

DFColumnToIntArray Method

Extracts the contents of a column to an array of integers.

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

Return Value

Int32
An array of integers.

Implements

IDFColumnToIntArray
Exceptions
ExceptionCondition
NMathExceptionThrown if this column does not contain numeric data.
See Also