DoubleColumnToArray Method |
Gets a copy of the data (of actual row count, starting from position 0).
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double[] ToArray()
Return Value
DoubleThe array with a copy of the data contained in this column.
See Also