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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public void CopyTo(
	Array array,
	int position
)
Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As Array, _
	position As Integer _
)
Visual C++
public:
virtual void CopyTo(
	Array^ array, 
	int position
) sealed

Parameters

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

Implements

ICollection..::.CopyTo(Array, Int32)

See Also