Copies the contents of this column into the given array, beginning at the first 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
)
Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As Array _
)
Visual C++
public:
void CopyTo(
	Array^ array
)

Parameters

array
Type: System..::.Array
An array into which to copy this column.

See Also