Click or drag to resize

ParameterSetElementVary Property

Gets or sets a value indicating whether this ParameterSetElement can vary during the fitting calculation.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool Vary { get; init; }

Property Value

Boolean
true if the parameter can vary; otherwise, false.
See Also