|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of MyDouble in <Unnamed> |
|---|
| Methods in <Unnamed> that return MyDouble | |
|---|---|
MyDouble |
MyDouble.abs()
Returns the absolute value of the current object. |
MyDouble |
MyDouble.add(MyDouble x)
Returns the sum of the current object and the parameter. |
MyDouble |
MyDouble.divide(MyDouble x)
Returns the quotient obtained when dividing the current object by the parameter. |
MyDouble |
MyDouble.multiply(MyDouble x)
Returns the product of the current object and the parameter. |
MyDouble |
MyDouble.sqrt()
Returns a MyDouble representing the square root of the current object. |
MyDouble |
MyDouble.subtract(MyDouble x)
Returns the difference obtained by subtracting the parameter from the current object. |
| Methods in <Unnamed> with parameters of type MyDouble | |
|---|---|
MyDouble |
MyDouble.add(MyDouble x)
Returns the sum of the current object and the parameter. |
int |
MyDouble.compareTo(MyDouble x)
Compares the current object to the parameter. |
MyDouble |
MyDouble.divide(MyDouble x)
Returns the quotient obtained when dividing the current object by the parameter. |
boolean |
MyDouble.equals(MyDouble x)
Checks if the current object is equal to the parameter. |
MyDouble |
MyDouble.multiply(MyDouble x)
Returns the product of the current object and the parameter. |
MyDouble |
MyDouble.subtract(MyDouble x)
Returns the difference obtained by subtracting the parameter from the current object. |
| Constructors in <Unnamed> with parameters of type MyDouble | |
|---|---|
MyDouble(MyDouble m)
Copy Constructor. |
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||