mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-27 00:33:48 -05:00
QgsRasterBlock::printValue(): add documentation notes
This commit is contained in:
parent
147a68c0a0
commit
9fe210283c
@ -289,7 +289,10 @@ class CORE_EXPORT QgsRasterBlock
|
||||
/** \brief Print float value with all necessary significant digits.
|
||||
* It is ensured that conversion back to float gives the same number.
|
||||
* @param value the value to be printed
|
||||
* @return string representing the value*/
|
||||
* @return string representing the value
|
||||
* @note added in QGIS 2.16
|
||||
* @note not available in python bindings
|
||||
*/
|
||||
static QString printValue( float value );
|
||||
|
||||
/** \brief Convert data to different type.
|
||||
|
Loading…
x
Reference in New Issue
Block a user