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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int[] ToIntArray()
Visual Basic (Declaration)
Public Function ToIntArray As Integer()
Visual C++
public:
virtual array<int>^ ToIntArray() sealed

Return Value

An array of integers.

Implements

IDFColumn..::.ToIntArray()()()

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.NMathExceptionThrown if this column does not contain numeric data.

See Also