Click or drag to resize

DFColumnToDoubleVector Method

Extracts the contents of a column to a DoubleVector.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public DoubleVector ToDoubleVector()

Return Value

DoubleVector
A DoubleVector.

Implements

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