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

Method isNaN

Ports/CLDC11/src/java/lang/Float.java:124–126  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

122
123 /// Returns true if this Float value is Not-a-Number (NaN).
124 public boolean isNaN(){
125 return false; //TODO codavaj!!
126 }
127
128 /// Returns true if the specified number is the special Not-a-Number (NaN) value.
129 public static boolean isNaN(float v){

Callers 5

isSameMethod · 0.95
lessThanMethod · 0.95
isSameMethod · 0.95
lessThanMethod · 0.95
usFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected