@param aObject the Object to check the Maths on. @return the result of the Maths done by this Object as double. This also means that the calculation CAN be more precise than the Long variant.
(O aObject)
| 39 | * @return the result of the Maths done by this Object as double. This also means that the calculation CAN be more precise than the Long variant. |
| 40 | */ |
| 41 | public double getDouble(O aObject); |
| 42 | |
| 43 | // Utility Classes for adding relations between Numbers. |
| 44 |
no outgoing calls
no test coverage detected