Motorola MOTORAZR maxx V6 Developer's Manual page 83

Java me developer guide
Hide thumbs Also See for MOTORAZR maxx V6:
Table of Contents

Advertisement

Java ME Developer Guide
Chapter 11 - JSR-139 - CLDC 1.1
Java.lang.ref.WeakR
eference
Additional Utility
Java.util.Random
Classes
Java.lang.Math
DRAFT - Subject to Change
details
New Class: Refer to
CLDC Spec for more
details
Double nextDouble
Returns the nextpseu-
()
dorandom, uniformly
distributed double
value between 0.0 and
1.0 from the random
number generator's
sequence
Float nextFloat ()
Returns the next pseu-
dorandom, uniformly
distributed double
value between 0.0 and
1.0 from the random
number generator's
sequence
Int nextInt (int n)
Returns a pseudoran-
dom, uniformly distrib-
uted int value between
0 (inclusive) and the
specified value
(exclusive), drawn
from this random num-
ber generator's se-
quence
Static double E
The double value that
is closer than any oth-
er to e, the base of the
natural logarithms
Static double PI
The double value that
is closer than any oth-
er to pi, the ratio of
the circumference of a
circle to its diameter
Static double abs
Returns the absolute
(double a)
value of a double value
Static float abs
Returns the absolute
(float a)
value of a double value
Static double ceil
Returns the smallest
(double a)
(closest to negative in-
finity) double value
that is not less than
the argument and is
[83/201]

Advertisement

Table of Contents
loading

Table of Contents