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

Method isNaN

Ports/CLDC11/src/java/lang/Double.java:113–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

111
112 /// Returns true if this Double value is the special Not-a-Number (NaN) value.
113 public boolean isNaN(){
114 return false; //TODO codavaj!!
115 }
116
117 /// Returns true if the specified number is the special Not-a-Number (NaN) value.
118 public static boolean isNaN(double v){

Callers 5

nextDownMethod · 0.95
isSameMethod · 0.95
lessThanMethod · 0.95
isSameMethod · 0.95
lessThanMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected