public final class DoubleUtil
extends java.lang.Object
double
.Number
Modifier and Type | Field and Description |
---|---|
static double |
MAX_VALUE
Constant for the maximum
double value, (2 - 2-52) *
21023. |
static double |
MIN_VALUE
Constant for the minimum
double value, 2-1074. |
Constructor and Description |
---|
DoubleUtil() |
public static final double MAX_VALUE
double
value, (2 - 2-52) *
21023.public static final double MIN_VALUE
double
value, 2-1074.