Returns a reference to the upper bound.
(&self)
| 388 | |
| 389 | /// Returns a reference to the upper bound. |
| 390 | pub fn upper(&self) -> &ScalarValue { |
| 391 | &self.upper |
| 392 | } |
| 393 | |
| 394 | /// Converts this `Interval` into its boundary scalar values. It's useful |
| 395 | /// when you need to work with the individual bounds directly. |
no outgoing calls
no test coverage detected