@@ -94,10 +94,14 @@ float float_; double double_; } value; of_number_type_t type; } + +#ifdef OF_HAVE_PROPERTIES +@property (readonly) of_number_type_t type; +#endif /** * \brief Creates a new OFNumber with the specified BOOL. * * \param bool_ A BOOL which the OFNumber should contain