  | IDFColumnToDoubleArray Method | 
            Exports the contents of this column to an array of doubles.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
SyntaxFunction ToDoubleArray As Double()
array<double>^ ToDoubleArray()
abstract ToDoubleArray : unit -> float[] 
Return Value
DoubleA double[] containing the contents of this column.
See Also