CppAD: A C++ Algorithmic Differentiation Package 20110419
bool LessThanOrZero ( const float &  x) [inline]

Check if a float is less than or equal zero, used by LessThanOrZero(AD<float>).

Parameters:
xvalue we are checking.
Returns:
returns true iff the x is less than or equal zero.

Definition at line 153 of file ordered.hpp.