Click or drag to resize

ParameterSetElementLowerBoundInclusive Property

Gets the effective (inclusive) lower bound.

Namespace: Altaxo.Calc.Regression.Nonlinear
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public double? LowerBoundInclusive { get; }

Property Value

NullableDouble
Remarks
The LowerBound value is slightly increased if IsLowerBoundExclusive is true in order to obtain an inclusive lower bound.
See Also