Click or drag to resize

ParameterSetAdd Method

Adds a parameter element to the set.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public void Add(
	ParameterSetElement ele
)

Parameters

ele  ParameterSetElement
The parameter element to add.
See Also