- qFloatDistance
quint32 qFloatDistance(float a, float b)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qFloatDistance
quint64 qFloatDistance(double a, double b)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qFpClassify
int qFpClassify(double val)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qFpClassify
int qFpClassify(float val)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qInf
double qInf()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qIsFinite
bool qIsFinite(double d)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qIsFinite
bool qIsFinite(float f)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qIsInf
bool qIsInf(double d)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qIsInf
bool qIsInf(float f)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qIsNaN
bool qIsNaN(double d)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qIsNaN
bool qIsNaN(float f)
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qQNaN
double qQNaN()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
- qSNaN
double qSNaN()
Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
* * DQt - D bindings for the Qt Toolkit * * GNU Lesser General Public License Usage * This file may be used under the terms of the GNU Lesser * General Public License version 3 as published by the Free Software * Foundation and appearing in the file LICENSE.LGPL3 included in the * packaging of this file. Please review the following information to * ensure the GNU Lesser General Public License version 3 requirements * will be met: https://www.gnu.org/licenses/lgpl-3.0.html. *