CGAL::Is_positive<NT>

Definition

The function Is_positive<NT> determines if a value is positive or not.

#include <CGAL/number_utils_classes.h>

Is Model for the Concepts

AdaptableFunctor

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