Click or drag to resize

SparseVectorItem Property

Public accessor method

Namespace: Altaxo.Calc.Ode.Obsolete
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
See Also