Click or drag to resize

ParameterSet(IEnumerableParameterSetElement) Constructor

Initializes a new instance of the ParameterSet class with the specified elements.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public ParameterSet(
	IEnumerable<ParameterSetElement> elements
)

Parameters

elements  IEnumerableParameterSetElement
The parameter set elements.
See Also