VectorMathCopy(IReadOnlyListInt32, Int32, IVectorSingle, 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(
IReadOnlyList<int> sourceVector,
int sourceStartIndex,
IVector<float> destinationVector,
int destinationStartIndex,
int count
)
Parameters
- sourceVector IReadOnlyListInt32
- The source vector.
- sourceStartIndex Int32
- First element of the source vector to copy.
- destinationVector IVectorSingle
- The destination vector.
- destinationStartIndex Int32
- First element of the destination vector to copy to.
- count Int32
- Number of elements to copy.
See Also