Convergence Test Collection<T>.Copy To Method
Copies the members of the collection to the specified array.
Definition
Namespace: Extreme.Mathematics.Algorithms
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public void CopyTo(
ConvergenceTest<T>[] array,
int arrayIndex
)
Parameters
- array ConvergenceTest<T>[]
- An array of ConvergenceTest<T> objects.
- arrayIndex Int32
- Index into array where copying is to begin.
Implements
ICollection<T>.CopyTo(T[], Int32)Exceptions
Argument | array is null. |
Argument | arrayIndex is less than zero. |
Argument | The length of array is less than arrayIndex plus the length of this instance. |