Function

CGAL::is_negative

Definition

The template function is_negative determines if a value is negative or not. The function is defined if the argument type is a model of the RealEmbeddable concept.

#include <CGAL/number_utils.h>

result_type is_negative ( NT x) The result_type is convertible to bool.

See Also

RealEmbeddable
RealEmbeddableTraits::IsNegative