VectorStorageTCopySubVectorTo Method |
Copies a subvector into another vector storage.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic void CopySubVectorTo(
VectorStorage<T> target,
int sourceIndex,
int targetIndex,
int count,
ExistingData existingData = ExistingData.Clear
)
Parameters
- target VectorStorageT
- The target storage.
- sourceIndex Int32
- The source start index.
- targetIndex Int32
- The target start index.
- count Int32
- The number of elements to copy.
- existingData ExistingData (Optional)
- Specifies how existing target data is handled.
See Also