Returns a NumPy array specifying the minimum bounds (inclusive).
(self)
| 261 | |
| 262 | @property |
| 263 | def minimum(self): |
| 264 | """Returns a NumPy array specifying the minimum bounds (inclusive).""" |
| 265 | return self._minimum |
| 266 | |
| 267 | @property |
| 268 | def maximum(self): |
no outgoing calls