returns true if any component of this Double.isNaN @return is any component NaN ?
()
| 1322 | * @return is any component NaN ? |
| 1323 | */ |
| 1324 | public boolean isNaN() { |
| 1325 | return Double.isNaN(x) || Double.isNaN(y); |
| 1326 | } |
| 1327 | |
| 1328 | /** |
| 1329 | * returns an independent copy of this object |
no outgoing calls
no test coverage detected