J
jamesu
Guest
Please, someone tell me where in the LRM there is
a definition of what the "left bound" of a range is.
In particular, for a floating type's range.
type foo is range 1.0 to 5.0;
constant c : real := foo'left;
The builtin attribute "'LEFT" returns the left bound,
but I can't find where they define the concept of
"left of" or "left bound" in the LRM.
a definition of what the "left bound" of a range is.
In particular, for a floating type's range.
type foo is range 1.0 to 5.0;
constant c : real := foo'left;
The builtin attribute "'LEFT" returns the left bound,
but I can't find where they define the concept of
"left of" or "left bound" in the LRM.