mp_units::utility::uncertain::upper_bound¶
Returns the upper bound of the uncertainty interval (value + σ)
Synopsis¶
Declared in <mp-units/utility/uncertain.h>
[[nodiscard]] constexpr value_type upper_bound() const;
Return Value¶
the upper bound of the uncertainty interval (value + σ)
Note
The return value should not be discarded.