template<typename type>
const type& FX::Maths::max ( const type &  a,
const type &  b 
) [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; }


(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:38:01 2009 for TnFOX by doxygen v1.4.7