Click or drag to resize

DoubleColumnToArray Method

Gets a copy of the data (of actual row count, starting from position 0).

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double[] ToArray()

Return Value

Double
The array with a copy of the data contained in this column.
See Also