Copies the values to a Double array.

Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)

Syntax

Visual Basic (Declaration)
Public Sub CopyTo ( _
	array As Double(), _
	index As Integer _
)
C#
public void CopyTo (
	double[] array,
	int index
)
C++
public:
void CopyTo (
	array<double>^ array, 
	int index
)

Parameters

array ()
A Double array.
index (System.Int32)
Index into array where copying is to begin.

Exceptions

ExceptionCondition
ArgumentNullExceptionarray is nullNothingnullptr.
ArgumentException The number of bins in the histogram is greater than the available space from index to the end of the destination array.