SparseVectorStorageTClear(Int32, Int32) Method |
Clears a contiguous range of elements in the storage.
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic override void Clear(
int index,
int count
)
Parameters
- index Int32
- The start index.
- count Int32
- The number of elements to clear.
See Also