Click or drag to resize

DFColumnToDoubleArray Method

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

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public double[] ToDoubleArray()

Return Value

Double
An array of doubles.

Implements

IDFColumnToDoubleArray
Exceptions
ExceptionCondition
InvalidArgumentExceptionThrown if this column does not contain numeric data.
Remarks
Missing values are returned as NaN.
See Also