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

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

Syntax

C#
double[] ToDoubleArray()
Visual Basic (Declaration)
Function ToDoubleArray As Double()
Visual C++
array<double>^ ToDoubleArray()

Return Value

A double[] containing the contents of this column.

See Also