DoubleColumnToArray(Int32, Int32) Method |
Gets a copy of the data (of actual length, starting from position 0).
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
DoubleThe array with a copy of the data contained in this column.
See Also