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

◆ min() [13/13]

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

Returns the smaller of two 64-bit unsigned integers.

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