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

◆ min() [8/13]

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

Returns the smaller of two 8-bit signed integers.

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