Click or drag to resize

IConstraintsProjectorAreAllParametersFixed 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#
bool AreAllParametersFixed { get; }

Property Value

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