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

◆ max() [2/13]

static decimal xtd::math::max ( decimal  a,
decimal  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.