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