public class Numeric
extends java.lang.Number
Modifier and Type | Field and Description |
---|---|
static double |
MAX_VALUE |
static double |
MIN_VALUE |
static double |
NaN |
static double |
NEGATIVE_INFINITY |
static double |
POSITIVE_INFINITY |
double |
value |
Constructor and Description |
---|
Numeric(double d) |
Modifier and Type | Method and Description |
---|---|
double |
doubleValue() |
float |
floatValue() |
int |
intValue() |
long |
longValue() |
java.lang.String |
toString(int digits) |
public static double MIN_VALUE
public static double MAX_VALUE
public static double NEGATIVE_INFINITY
public static double POSITIVE_INFINITY
public static double NaN
public double value
public int intValue()
intValue
in class java.lang.Number
public long longValue()
longValue
in class java.lang.Number
public float floatValue()
floatValue
in class java.lang.Number
public double doubleValue()
doubleValue
in class java.lang.Number
public java.lang.String toString(int digits)