MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / isNaN

Method isNaN

vm/JavaAPI/src/java/lang/Float.java:165–167  ·  view source on GitHub ↗

Returns true if this Float value is Not-a-Number (NaN).

()

Source from the content-addressed store, hash-verified

163 * Returns true if this Float value is Not-a-Number (NaN).
164 */
165 public boolean isNaN(){
166 return value != value;
167 }
168
169 /**
170 * Returns true if the specified number is the special Not-a-Number (NaN) value.

Callers 15

setAccuracyMethod · 0.95
validateGainMethod · 0.95
validateFiniteMethod · 0.95
isValidMethod · 0.95
mmToPixelsMethod · 0.95
isFiniteMethod · 0.95
isFiniteMethod · 0.95
generateCCodeMethod · 0.95
getValueAsStringMethod · 0.95
appendInstructionMethod · 0.95
compareMethod · 0.95
isSameMethod · 0.95

Calls

no outgoing calls

Tested by 2

isFiniteMethod · 0.76
isFiniteMethod · 0.76