Click or drag to resize

DFColumnCopyTo(Array, Int32) Method

Copies the contents of this column into the given array, beginning at the given position within the array.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void CopyTo(
	Array array,
	int position
)

Parameters

array  Array
An array into which to copy this column.
position  Int32
Position within the array at which to begin copying.

Implements

ICollectionCopyTo(Array, Int32)
See Also