Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Go to the source code of this file.
Functions | |
Q_CORE_EXPORT int | qFpClassify (double val) |
Q_CORE_EXPORT int | qFpClassify (float val) |
static quint32 | f2i (float f) |
static quint64 | d2i (double d) |
|
inlinestatic |
Definition at line 178 of file qnumeric.cpp.
|
inlinestatic |
Definition at line 105 of file qnumeric.cpp.
Q_CORE_EXPORT int qFpClassify | ( | double | val | ) |
Definition at line 98 of file qnumeric.cpp.
Q_CORE_EXPORT int qFpClassify | ( | float | val | ) |
Definition at line 99 of file qnumeric.cpp.
Referenced by toDouble().