Exports the contents of this column to a DoubleVector.

Namespace: CenterSpace.NMath.Stats
Assembly: NMathStatsPremium (in NMathStatsPremium.dll) Version: 3.6.0.0

Syntax

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

Return Value

A DoubleVector containing the contents of this column.

See Also