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

◆ max_value

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

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

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