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

◆ max() [7/13]

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

Returns the larger of two 64-bit signed integers.

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