java.lang.Object
io.qt.QtObject
io.qt.qml.QJSNumberCoercion
- All Implemented Interfaces:
QtObjectInterface
Java wrapper for Qt class QJSNumberCoercion
-
Nested Class Summary
Nested classes/interfaces inherited from class io.qt.QtObject
QtObject.QPrivateConstructor
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor for internal use only. -
Method Summary
Methods inherited from class io.qt.QtObject
dispose, equals, isDisposed
-
Constructor Details
-
QJSNumberCoercion
Constructor for internal use only.- Parameters:
p
- expected to benull
.
-
-
Method Details
-
equals
public static boolean equals(double lhs, double rhs) -
isInteger
public static boolean isInteger(double d) -
toInteger
public static int toInteger(double d)
-