Click or drag to resize

ParameterSet(IEnumerableParameterSetElement) Constructor

Initializes a new instance of the ParameterSet class

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

Parameters

elements  IEnumerableParameterSetElement

[Missing <param name="elements"/> documentation for "M:Altaxo.Calc.Regression.Nonlinear.ParameterSet.#ctor(System.Collections.Generic.IEnumerable{Altaxo.Calc.Regression.Nonlinear.ParameterSetElement})"]

See Also