Click or drag to resize

SparseVectorStorageTClear(Int32, Int32) Method

Clears a contiguous range of elements in the storage.

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public override void Clear(
	int index,
	int count
)

Parameters

index  Int32
The start index.
count  Int32
The number of elements to clear.
See Also