Exports the contents of this column to an Array.

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

Syntax

C#
Array ToArray()
Visual Basic (Declaration)
Function ToArray As Array
Visual C++
Array^ ToArray()

Return Value

An Array containing the contents of this column.

See Also