Copies the members of the collection to the specified array.
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub CopyTo ( _ array As ConvergenceTest(), _ arrayIndex As Integer _ ) |
| C# |
|---|
public void CopyTo ( ConvergenceTest[] array, int arrayIndex ) |
| C++ |
|---|
public: virtual void CopyTo ( array<ConvergenceTest^>^ array, int arrayIndex ) sealed |
Parameters
- array ()
- An array of ConvergenceTest objects.
- arrayIndex (System.Int32)
- Index into array where copying is to begin.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | array is nullNothingnullptr. |