Extracts the contents of a column to an array of integers.
Namespace:
CenterSpace.NMath.StatsAssembly: 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
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.NMathException | Thrown if this column does not contain numeric data. |