Copies the elements of this vector
to another vector.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual void CopyTo(
double[] array,
int index
)
Public Overridable Sub CopyTo (
array As Double(),
index As Integer
)
public:
virtual void CopyTo(
array<double>^ array,
int index
)
abstract CopyTo :
array : float[] *
index : int -> unit
override CopyTo :
array : float[] *
index : int -> unit
Parameters
- array
- Type: SystemDouble
A Double array that
is to hold the elements of this Vector. - index
- Type: SystemInt32
Index into array where copying is to start.
Numerical Libraries
Supported in: 5.x
Reference