Row Collection<T>.Copy To Method
Copies the rows to an array of vectors.
Definition
Namespace: Numerics.NET.LinearAlgebra
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
public void CopyTo(
Vector<T>[] array,
int arrayIndex
)
Parameters
- array Vector<T>[]
- An array that is to hold the row vectors.
- arrayIndex Int32
- Index into array where copying is to start.
Implements
ICollection<T>.CopyTo(T[], Int32)Exceptions
Argument | array is null. |
Argument | The length of array is less than the length of this instance. |