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

Namespace:  CenterSpace.NMath.Stats
Assembly:  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()

Return Value

An int[] containing the contents of this column.

See Also