Click or drag to resize

BoxConstraintsProjectorAreAllParametersFixed Property

Determine whether all parameters are fixed (i.e., all parameters have constraints that fix their values).

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public bool AreAllParametersFixed { get; }

Property Value

Boolean
true if all parameters are fixed; otherwise, false.

Implements

IConstraintsProjectorAreAllParametersFixed
See Also