Click or drag to resize

ParameterSet.Item Property

[Missing <summary> documentation for "P:Altaxo.Calc.Regression.Nonlinear.ParameterSet.Item(System.Int32)"]


Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntax
C#
public ParameterSetElement this[
	int i
] { get; set; }

Parameters

i  Int32
 

Property Value

ParameterSetElement

Implements

IReadOnlyList<T>.Item[Int32]
See Also