Exports the contents of this column to an array of doubles.
Namespace:
CenterSpace.NMath.StatsAssembly: NMathStats (in NMathStats.dll) Version: 3.4.0.0
Syntax
| C# |
|---|
double[] ToDoubleArray() |
| Visual Basic (Declaration) |
|---|
Function ToDoubleArray As Double() |
| Visual C++ |
|---|
array<double>^ ToDoubleArray() |