Bound
Bases: ABC
Abstract base class for (lower or upper) Bounds on a float value.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
value |
float
|
The value of the Bound. |
required |
Source code in src/safeds/exceptions/_generic.py
value: float
property
¶
Get the concrete value of the Bound.