Module qtjambi
Package io.qt.core

Class QMath

java.lang.Object
io.qt.core.QMath

@Deprecated public final class QMath extends Object
Deprecated.
Use QtGlobal instead.
  • Method Summary

    Modifier and Type
    Method
    Description
    static byte
    bound(byte min, byte val, byte max)
    Deprecated.
    static double
    bound(double min, double val, double max)
    Deprecated.
    static float
    bound(float min, float val, float max)
    Deprecated.
    static int
    bound(int min, int val, int max)
    Deprecated.
    static long
    bound(long min, long val, long max)
    Deprecated.
    static short
    bound(short min, short val, short max)
    Deprecated.
    static boolean
    fuzzyCompare(double p1, double p2)
    Deprecated.
    static boolean
    fuzzyCompare(float p1, float p2)
    Deprecated.
    static boolean
    fuzzyIsNull(double d)
    Deprecated.
    static boolean
    fuzzyIsNull(float f)
    Deprecated.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait