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

◆ max() [11/13]

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

Returns the larger 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 larger.