Click or drag to resize

SparseMatrixBuilderTCopyTo Method

Copies the nonzero values to an Array, starting at a particular Array index.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public void CopyTo(
	KeyValuePair<IntPair, T>[] array,
	int arrayIndex
)

Parameters

array  KeyValuePairIntPair, T
The one-dimensional Array that is the destination of the copied nonzero values.
arrayIndex  Int32
The zero-based index in array at which copying begins.

Implements

ICollectionTCopyTo(T, Int32)
See Also