Click or drag to resize

ProjectionResultFixedValues Property

For each parameter index: the value to which the parameter is fixed throughout the whole feasible set, or if it is not fixed.

Namespace: Altaxo.Calc.Optimization
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3618.0 (4.8.3618.0)
Syntax
C#
public double?[] FixedValues { get; init; }

Property Value

NullableDouble
See Also