DoubleColumnCopyDataFrom(Double, Int32) Method |
Copies the data from an array into the column. The data from index 0 until count-1 is copied to the destination.
Namespace: Altaxo.DataAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public void CopyDataFrom(
double[] srcarray,
int count
)
Parameters
- srcarray Double
- Array containing the source data.
- count Int32
- Length of the array (or length of the used range of the array, starting from index 0).
See Also