xtd 0.2.0
Loading...
Searching...
No Matches

◆ min_value

template<typename type_t >
constexpr type_t xtd::box_integer< type_t >::min_value
staticconstexpr

Represents the smallest possible value of type_t. This field is constant.

Remarks
The value of this field is std::numeric_limits<type_t>::lowest().