VectorMathCopy(Int32, Int32, Double, Int32, Int32) Method |
Copies elements of a source vector to a destination vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static void Copy(
int[] sourceVector,
int sourceStartIndex,
double[] destinationVector,
int destinationStartIndex,
int count
)
Parameters
- sourceVector Int32
- The source vector.
- sourceStartIndex Int32
- First element of the source vector to copy.
- destinationVector Double
- The destination vector.
- destinationStartIndex Int32
- First element of the destination vector to copy to.
- count Int32
- Number of elements to copy.
See Also