Extracts the contents of a column to an array of doubles.
Namespace:
CenterSpace.NMath.StatsAssembly: 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
| Exception | Condition |
|---|---|
| CenterSpace.NMath.Core..::.InvalidArgumentException | Thrown if this column does not contain numeric data. |