|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Numeric
Method Summary | |
---|---|
Numeric |
abs()
Method abs |
Numeric |
add(Numeric a)
Method add |
Numeric |
ceiling()
Method ceiling |
Numeric |
divide(Numeric a)
Method divide |
Numeric |
floor()
Method floor |
Numeric |
idivide(Numeric a)
Method idivide |
Numeric |
mod(Numeric a)
Method mod |
Numeric |
multiply(Numeric a)
Method multiply |
Numeric |
negate()
Method negate |
Numeric |
round()
Method round |
Numeric |
roundHalfToEven(int precision)
Method roundHalfToEven |
Numeric |
subtract(Numeric a)
Method subtract |
Methods inherited from interface java.lang.Comparable |
---|
compareTo |
Method Detail |
---|
Numeric add(Numeric a)
a
- a Numeric
Numeric subtract(Numeric a)
a
- a Numeric
Numeric multiply(Numeric a)
a
- a Numeric
Numeric divide(Numeric a)
a
- a Numeric
Numeric idivide(Numeric a)
a
- a Numeric
Numeric mod(Numeric a)
a
- a Numeric
Numeric negate()
Numeric abs()
Numeric floor()
Numeric ceiling()
Numeric round()
Numeric roundHalfToEven(int precision)
precision
- an int
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |