CGAL::Is_negative<NT>

Definition

The function Is_negative<NT> determines if a value is negative or not.

#include <CGAL/number_utils_classes.h>

Is Model for the Concepts

AdaptableFunctor

bool f ( NT ntval) returns true if ntval is negative and false otherwise.