Click or drag to resize

ParameterSetElement(String, Double) Constructor

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

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,
	double value
)

Parameters

name  String
The parameter name.
value  Double
The parameter value.
See Also