We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147a68c commit 9fe2102Copy full SHA for 9fe2102
src/core/raster/qgsrasterblock.h
@@ -289,7 +289,10 @@ class CORE_EXPORT QgsRasterBlock
289
/** \brief Print float value with all necessary significant digits.
290
* It is ensured that conversion back to float gives the same number.
291
* @param value the value to be printed
292
- * @return string representing the value*/
+ * @return string representing the value
293
+ * @note added in QGIS 2.16
294
+ * @note not available in python bindings
295
+ */
296
static QString printValue( float value );
297
298
/** \brief Convert data to different type.
0 commit comments