Exports the contents of this column to an array of integers.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
int[] ToIntArray() |
| Visual Basic (Declaration) |
|---|
Function ToIntArray As Integer() |
| Visual C++ |
|---|
array<int>^ ToIntArray() |