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

◆ max() [10/13]

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

Returns the larger of two 16-bit unsigned integers.

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