ParameterSetElementVary Property |
Gets or sets a value indicating whether this
ParameterSetElement can vary during the fitting calculation.
Namespace: Altaxo.Calc.Regression.NonlinearAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public bool Vary { get; init; }
Property Value
Booleantrue if the parameter can vary; otherwise,
false.
See Also