Click or drag to resize

SparseDoubleVectorItem Property

Public accessor method

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double this[
	int i
] { get; set; }

Parameters

i  Int32
Index of the request

Return Value

Double
The ith element of a sparse vector

Implements

IReadOnlyListTItemInt32
See Also