Click or drag to resize

IDFColumnToDoubleArray Method

Exports the contents of this column to an array of doubles.

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

Return Value

Double
A double[] containing the contents of this column.
See Also