Click or drag to resize

ParameterSetElementUpperBoundInclusive Property

Gets the effective (inclusive) upper bound.

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

Property Value

NullableDouble
Remarks
The UpperBound value is slightly decreased if IsUpperBoundExclusive is true in order to obtain an inclusive upper bound.
See Also