Method isNaN()
Return type: boolean
Member of:
java.lang.Float
[
api documentation
] [
main menu
]
Examples of how the element is used
(one line per example):
[
add your own example
]
1
if (value.isNaN()) {
2
if (!width.isNaN() && width.floatValue() > 0) {
3
if (num instanceof Float && ((Float) num).isNaN()) {
4
if (((Float) num1).isNaN() || ((Float) num2).isNaN()) {
5
if(!versionFloat.isNaN() && !versionFloat.isInfinite())
6
if ((runY != null) && !runY.isNaN())
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.