|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--lava.konst.DOUBLE
Double constants.
Details: DOUBLE
is a collection of double
constants.
Field Summary | |
static double |
MAX_DOUBLE
+1.7976931348623157E308. |
static double |
MAX_FLOAT
+3.4028235E38. |
static double |
MAX_NDOUBLE
-4.9E-324. |
static double |
MAX_NFLOAT
-1.4E-45. |
static double |
MAX_SBYTE
+0x7f. |
static double |
MAX_SINT
+0x7fffffff. |
static double |
MAX_SLONG
+0x7fffffffffffffff. |
static double |
MAX_SSHORT
+0x7fff. |
static double |
MAX_UBYTE
+0xff. |
static double |
MAX_UINT
+0xffffffff. |
static double |
MAX_ULONG
+0xffffffffffffffff. |
static double |
MAX_USHORT
+0xffff. |
static double |
MIN_DOUBLE
-1.7976931348623157E308. |
static double |
MIN_FLOAT
-3.4028235E38. |
static double |
MIN_PDOUBLE
+4.9E-324. |
static double |
MIN_PFLOAT
+1.4E-45. |
static double |
MIN_SBYTE
-0x80. |
static double |
MIN_SINT
-0x80000000. |
static double |
MIN_SLONG
-0x8000000000000000. |
static double |
MIN_SSHORT
-0x8000. |
static double |
MIN_UBYTE
0. |
static double |
MIN_UINT
0. |
static double |
MIN_ULONG
0. |
static double |
MIN_USHORT
0. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public static final double MAX_DOUBLE
Details: Maximum double
value.
public static final double MIN_DOUBLE
Details: Minimum double
value.
public static final double MIN_PDOUBLE
Details: Minimum positive double
value.
public static final double MAX_NDOUBLE
Details: Maximum negative double
value.
public static final double MAX_FLOAT
Details: Maximum float
value.
public static final double MIN_FLOAT
Details: Minimum float
value.
public static final double MIN_PFLOAT
Details: Minimum positive float
value.
public static final double MAX_NFLOAT
Details: Maximum negative float
value.
public static final double MAX_SLONG
Details: Maximum signed long
value.
public static final double MIN_SLONG
Details: Minimum signed long
value.
public static final double MAX_ULONG
Details: Maximum unsigned long
value.
public static final double MIN_ULONG
Details: Minimum unsigned long
value.
public static final double MAX_SINT
Details: Maximum signed int
value.
public static final double MIN_SINT
Details: Minimum signed int
value.
public static final double MAX_UINT
Details: Maximum unsigned int
value.
public static final double MIN_UINT
Details: Minimum unsigned int
value.
public static final double MAX_SSHORT
Details: Maximum signed short
value.
public static final double MIN_SSHORT
Details: Minimum signed short
value.
public static final double MAX_USHORT
Details: Maximum unsigned short
value.
public static final double MIN_USHORT
Details: Minimum unsigned short
value.
public static final double MAX_SBYTE
Details: Maximum signed byte
value.
public static final double MIN_SBYTE
Details: Minimum signed byte
value.
public static final double MAX_UBYTE
Details: Maximum unsigned byte
value.
public static final double MIN_UBYTE
Details: Minimum unsigned byte
value.
|
Sharkysoft home | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |