Click or drag to resize

DoubleColumnToArray(Int32, Int32) Method

Gets a copy of the data (of actual length, 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(
	int position,
	int length
)

Parameters

position  Int32
Index of the first row to copy.
length  Int32
Number of elements to copy.

Return Value

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