|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::lang::Double Class Reference#include <Double.h>
Inheritance diagram for acdk::lang::Double:
List of all members.
Detailed Description
Object wrapper for the basic double type.
API: Java with extensions - Author:
- Roger Rene Kommer
- Version:
- Revision
- 1.23
- Date:
- Date
- 2005/04/09 19:26:48
Constructor & Destructor Documentation
acdk::lang::Double::Double |
( |
|
) |
[inline] |
|
acdk::lang::Double::Double |
( |
double |
d |
) |
[inline] |
|
|
parse the string
- Parameters:
-
str | string to parse |
locale | if locale is Nil it uses the C / en_US encoding (not the default) |
- See also:
- Number with more extended parsing functions
|
Member Function Documentation
byte acdk::lang::Double::byteValue |
( |
|
) |
[inline, virtual] |
|
RObject acdk::lang::Double::clone |
( |
|
) |
[inline, virtual] |
|
int acdk::lang::Double::compareTo |
( |
double |
other |
) |
[inline] |
|
int acdk::lang::Double::compareTo |
( |
IN(RObject) |
o |
) |
[inline, virtual] |
|
virtual int acdk::lang::Double::compareTo |
( |
IN(RDouble) |
o |
) |
[inline, virtual] |
|
RObject acdk::lang::Double::create_instance |
( |
|
) |
[inline, static] |
|
jlong acdk::lang::Double::doubleToRawLongBits |
( |
double |
val |
) |
[inline, static] |
|
double acdk::lang::Double::doubleValue |
( |
|
) |
[inline, virtual] |
|
bool acdk::lang::Double::equals |
( |
double |
other |
) |
[inline] |
|
bool acdk::lang::Double::equals |
( |
IN(RObject) |
obj |
) |
[virtual] |
|
bool acdk::lang::Double::equals |
( |
IN(RDouble) |
o |
) |
[inline] |
|
float acdk::lang::Double::floatValue |
( |
|
) |
[inline, virtual] |
|
RClass acdk::lang::Double::getTYPE |
( |
|
) |
[static] |
|
int acdk::lang::Double::hashCode |
( |
double |
value |
) |
[static] |
|
int acdk::lang::Double::hashCode |
( |
|
) |
[inline, virtual] |
|
int acdk::lang::Double::intValue |
( |
|
) |
[inline, virtual] |
|
bool acdk::lang::Double::isInfinite |
( |
double |
v |
) |
[static] |
|
bool acdk::lang::Double::isInfinite |
( |
|
) |
|
|
bool acdk::lang::Double::isNaN |
( |
double |
v |
) |
[static] |
|
bool acdk::lang::Double::isNaN |
( |
|
) |
|
|
double acdk::lang::Double::longBitsToDouble |
( |
jlong |
val |
) |
[inline, static] |
|
jlong acdk::lang::Double::longValue |
( |
|
) |
[inline, virtual] |
|
|
- Parameters:
-
str | string to parse |
locale | if locale is Nil it uses the C / en_US encoding (not the default) |
- See also:
- Number with more extended parsing functions
|
short acdk::lang::Double::shortValue |
( |
|
) |
[inline, virtual] |
|
virtual dmi::ScriptVar acdk::lang::Double::toScriptVar |
( |
|
) |
[inline, virtual] |
|
|
if locale == Nil uses the C / en_US locals
|
RString acdk::lang::Double::toString |
( |
|
) |
[inline, virtual] |
|
Member Data Documentation
|
|