Click or drag to resize

ParameterSetItem Property

Gets the element at the specified index in the read-only list.

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

Parameters

i  Int32
 

Return Value

ParameterSetElement
The element at the specified index in the read-only list.

Implements

IReadOnlyListTItemInt32
See Also