[ library(range) | The ECLiPSe Libraries | Reference Manual | Alphabetic Index ]

set_default_range(++Lo, ++Hi)

Set the default range to Lo..Hi.
Lo
Lower bound (number)
Hi
Upper bound (number)

Description

Change the default range to Lo..Hi. If Lo or Hi are floats, and the default range is being created for an integer ranged variable, then the cloest allowable integer in the range is used for the bounds. The initial default range is -1.0Inf .. 1.0Inf.

Exceptions

(5) type error
Lo or Hi are not numbers