Skip to content

NUMBER PAIR

Data Type : Standard
NUMBER_PAIR - Structure of two NUMBER values.

#include <global.h>

Definition :

typedef struct {
   NUMBER Lower;
   NUMBER Upper;
} NUMBER_PAIR;

Description :

A NUMBER_PAIR is typically used for the lower and upper bounds of a range of values.

See Also : NUMBER