Returns true if this Double value is infinitely large in magnitude.
()
| 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. |
no outgoing calls
no test coverage detected