CppAD: A C++ Algorithmic Differentiation Package 20110419
template<class Base >
bool CppAD::LessThanZero ( const AD< Base > &  x)

Check if an AD<Base> is less than zero.

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

Definition at line 140 of file ordered.hpp.