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

Method isNaN

vm/JavaAPI/src/java/lang/Double.java:173–175  ·  view source on GitHub ↗

Returns true if this Double value is the special Not-a-Number (NaN) value.

()

Source from the content-addressed store, hash-verified

171 * Returns true if this Double value is the special Not-a-Number (NaN) value.
172 */
173 public boolean isNaN(){
174 return isNaN(value);
175 }
176
177 /**
178 * Indicates whether the specified double is a <em>Not-a-Number (NaN)</em>

Callers 15

setCoordMethod · 0.95
writeNumberMethod · 0.95
writeJsonValueMethod · 0.95
checkRangeMethod · 0.95
getDefaultFailMessageMethod · 0.95
isNullValueMethod · 0.95
ulpMethod · 0.95
nextAfterMethod · 0.95
TBigDecimalMethod · 0.95
valueOfMethod · 0.95
getValueAsStringMethod · 0.95
appendInstructionMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected