[inline]
Returns the minimum of two values.
Definition at line 80 of file FXMaths.h.
Referenced by distribution(), and mean().
00080 { return (a<b) ? a : b; }