HistogramCopyTo Method

CVB.Net Documentation
Copies the elements of this histogram to the given array starting at arrayIndex.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public void CopyTo(
	long[] array,
	int arrayIndex
)

Parameters

array
Type: SystemInt64
Destination array.
arrayIndex
Type: SystemInt32
Zero based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also

Reference