Collapse All
Expand All
Code: All
Code: Multiple
Code: C#
Code: Visual Basic
Code: Visual C++
C#
Visual Basic
Visual C++
NMath Suite Reference Guide
IDFColumn
.
.
::
.
ToArray Method
IDFColumn Interface
See Also
Send Feedback
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
IDFColumn Interface
CenterSpace.NMath.Stats Namespace