[inline]
Returns the maximum of two values.
Definition at line 82 of file FXMaths.h.
Referenced by distribution(), and mean().
00082 { return (a>b) ? a : b; }