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

◆ min() [9/13]

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

Returns the smaller of two single single.

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