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


(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