Copies the elements of this vector
to an array.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void CopyTo(
T[] array,
int index
)
Public Sub CopyTo (
array As T(),
index As Integer
)
public:
void CopyTo(
array<T>^ array,
int index
)
member CopyTo :
array : 'T[] *
index : int -> unit
Parameters
- array
- Type: T
An array that
is to hold the elements of this VectorT. - index
- Type: SystemInt32
Index into array where copying is to start.
Reference