39 #ifndef OME_XML_MODEL_PRIMITIVES_POSITIVEFLOAT_H 40 #define OME_XML_MODEL_PRIMITIVES_POSITIVEFLOAT_H 42 #include <ome/xml/model/primitives/ConstrainedNumeric.h> 43 #include <ome/xml/model/primitives/NumericConstraints.h> 65 #endif // OME_XML_MODEL_PRIMITIVES_POSITIVEFLOAT_H Open Microscopy Environment C++ implementation.
ConstrainedNumeric< double, PositiveFloatConstraint< double > > PositiveFloat
Double-precision floating point value greater than zero.
Definition: PositiveFloat.h:58
A numeric type constrained to a subrange (or subranges) of its range limits.
Definition: ConstrainedNumeric.h:119