bounds_t Struct Reference
[Computation]


Detailed Description

Bounds for values.

Definition at line 769 of file types.c.

Data Fields

unsigned lower
 Lower bound.
unsigned upper
 Upper bound.


Field Documentation

unsigned bounds_t::lower

Lower bound.

Definition at line 771 of file types.c.

Referenced by record(), record_hapax(), record_normal(), update_bounds_hapax(), and update_bounds_normal().

unsigned bounds_t::upper

Upper bound.

Definition at line 773 of file types.c.

Referenced by record(), record_hapax(), record_normal(), update_bounds_hapax(), and update_bounds_normal().


The documentation for this struct was generated from the following file: