ParameterSetElement(String, Double) Constructor |
Initializes a new instance of the
ParameterSetElement class with the specified parameter name and value.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic ParameterSetElement(
string name,
double value
)
Parameters
- name String
- The parameter name.
- value Double
- The parameter value.
See Also