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

◆ min() [11/13]

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

Returns the smaller of two 32-bit unsigned integers.

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