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#
public Array ToArray()
Visual Basic (Declaration)
Public Function ToArray As Array
Visual C++
public:
virtual Array^ ToArray() sealed

Return Value

A strongly-typed array containing the contents of this column.

Implements

IDFColumn..::.ToArray()()()

See Also