bioformats
5.1.6
|
Constraint for fractional floating point values. More...
#include <ome/xml/model/primitives/NumericConstraints.h>
Public Member Functions | |
bool | operator() (const N &value) const |
Check that 0.0 <= value <= 1.0. More... | |
Constraint for fractional floating point values.
N | the type to constrain. |
|
inline |
Check that 0.0 <= value <= 1.0.
value | the value to check. |