Click or drag to resize

ParameterSetElement(String) Constructor

Initializes a new instance of the ParameterSetElement class with the specified parameter name.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public ParameterSetElement(
	string name
)

Parameters

name  String
The parameter name.
See Also