Return true if the bounding box of a temporal value is ever/always less than or equal to the base value.
The same test is used for both since the bounding box does not distinguish between inclusive/exclusive bounds.
- Parameters
-
[in] | temp | Temporal value |
[in] | value | Base value |
[in] | ever | True when testing ever, false when testing always |