Exports the contents of this column to a DoubleVector.

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

Syntax

C#
DoubleVector ToDoubleVector()
Visual Basic (Declaration)
Function ToDoubleVector As DoubleVector
Visual C++
DoubleVector^ ToDoubleVector()

Return Value

A DoubleVector containing the contents of this column.

See Also