- lower: Specifies a lower bound for the elements.
- upper: Specifies an upper bound for the elements.
- max_bound: Specifies the maximum absolut value that an element
may have. Thus, the element's value range is
max_boundmax_bound.
- size: Specifies the array's size.
- data[i]: Returns the i-th element of the array.
Guilherme Dutra Gonzaga Jaime
2010-10-27