[]
        
(Showing Draft Content)

FarPoint.Win.Chart.DoubleCollection.CopyTo

CopyTo Method

CopyTo(double[], int)

Copies the double values in the collection to an array, starting at the specified array index.

Declaration
public void CopyTo(double[] array, int arrayIndex)
Public Sub CopyTo(array As Double(), arrayIndex As Integer)
Parameters
Type Name Description
double[] array

One-dimension array that is the destination of the double values copied from the collection.

int arrayIndex

Zero-based index in array at which copying begins.

Implements