PostGIS  2.5.7dev-r@@SVN_REVISION@@

◆ SIGNUM

#define SIGNUM (   n)    (((n) > 0) - ((n) < 0))

Macro that returns: -1 if n < 0, 1 if n > 0, 0 if n == 0.

Definition at line 130 of file liblwgeom_internal.h.