! @brief Get the declared minimum that the value may take. @details If precision is ::PrecisionSingle, the single precision minimum is returned as a double. If precision is ::PrecisionDouble, the double precision minimum is returned as a double. @pre The destination ImageFile must be open (i.e. destImageFile().isOpen()). @post No visible state is modified. @return The declared minimum that the
| 269 | @see FloatNode::maximum, FloatNode::value |
| 270 | */ |
| 271 | double FloatNode::minimum() const |
| 272 | { |
| 273 | return impl_->minimum(); |
| 274 | } |
| 275 | |
| 276 | /*! |
| 277 | @brief Get the declared maximum that the value may take. |
no outgoing calls