Interval Struct Reference
Structure that contains a signed integer interval. More...
#include <interval.h>
Data Fields | |
| int | min |
| The lower bound. | |
| int | max |
| The upper bound. | |
Detailed Description
Structure that contains a signed integer interval.
An Interval represents the interval between a lower and an upper bound
The documentation for this struct was generated from the following file:
- types/interval.h

1.8.11