Extracts the contents of a column to an array of doubles.

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

Syntax

C#
public double[] ToDoubleArray()
Visual Basic (Declaration)
Public Function ToDoubleArray As Double()
Visual C++
public:
virtual array<double>^ ToDoubleArray() sealed

Return Value

An array of doubles.

Implements

IDFColumn..::.ToDoubleArray()()()

Remarks

Missing values are returned as NaN.

Exceptions

ExceptionCondition
CenterSpace.NMath.Core..::.InvalidArgumentExceptionThrown if this column does not contain numeric data.

See Also