Click or drag to resize

DoubleColumnCopyDataFrom(IReadOnlyListDouble, Int32) Method

Copies the data from an read-only into the column. The data from index 0 until count-1 is copied to the destination.

Namespace: Altaxo.Data
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CopyDataFrom(
	IReadOnlyList<double> srcarray,
	int count
)

Parameters

srcarray  IReadOnlyListDouble
Vector 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