 | DFColumnToDoubleArray Method |
Extracts the contents of a column to an array of doubles.
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic double[] ToDoubleArray()
Public Function ToDoubleArray As Double()
public:
virtual array<double>^ ToDoubleArray() sealed
abstract ToDoubleArray : unit -> float[]
override ToDoubleArray : unit -> float[]
Return Value
DoubleAn array of doubles.
Implements
IDFColumnToDoubleArray
Exceptions
Remarks
Missing values are returned as NaN.
See Also