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

◆ max() [3/13]

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

Returns the larger of two double single.

Parameters
aThe first of two double single to compare.
bThe second of two double single to compare.
Returns
Parameter a or b, whichever is larger.