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

◆ min() [2/13]

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

Returns the smaller 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 smaller.