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

◆ min() [1/13]

static xtd::byte xtd::math::min ( xtd::byte  a,
xtd::byte  b 
)
staticnoexcept

Returns the smaller of two 8-bit unsigned integers.

Parameters
aThe first of two 8-bit unsigned integers to compare.
bThe second of two 8-bit unsigned integers to compare.
Returns
Parameter a or b, whichever is smaller.