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

Method isInfinite

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

Returns true if this Double value is infinitely large in magnitude.

()

Source from the content-addressed store, hash-verified

152 * Returns true if this Double value is infinitely large in magnitude.
153 */
154 public boolean isInfinite(){
155 return isInfinite(value);
156 }
157
158 /**
159 * Indicates whether the specified double represents an infinite value.

Callers 12

writeNumberMethod · 0.95
writeJsonValueMethod · 0.95
isNullValueMethod · 0.95
ulpMethod · 0.95
nextAfterMethod · 0.95
TBigDecimalMethod · 0.95
valueOfMethod · 0.95
castNumberMethod · 0.95
doubleBinaryOperationMethod · 0.95
getValueAsStringMethod · 0.95
appendInstructionMethod · 0.95
doubleLiteralMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected