|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.adfnmc.java.lang.MathHelper
public class MathHelper
Additional static methods that are available in JavaSE Math class, but not JavaME Math.
Constructor Summary | |
---|---|
MathHelper()
|
Method Summary | |
---|---|
static double |
exp(double x)
|
static double |
log(double x)
|
static double |
log10(double x)
|
static long |
pow(long value,
long exp)
|
static double |
random()
Returns a pseudo-random number between 0.0 and 1.0. |
static long |
round(double d)
Answers the result of rounding the argument to an integer. |
static int |
round(float f)
Answers the result of rounding the argument to an integer. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MathHelper()
Method Detail |
---|
public static double log(double x)
public static double log10(double x)
public static long pow(long value, long exp)
public static double random()
public static long round(double d)
d
- the value to be converted
public static int round(float f)
f
- the value to be converted
public static double exp(double x)
|
Oracle Fusion Middleware Java API Reference for Oracle ADF Mobile Client 11g Release 1 (11.1.1) E17503-02 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |