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