public class JIPNumber extends JIPTerm
JIPTerm
,
Serialized FormModifier and Type | Method and Description |
---|---|
static JIPNumber |
create(double d)
Creates a new JIPNumber object
|
static JIPNumber |
create(int n)
Creates a new JIPNumber object
|
double |
getDoubleValue()
Returns the numeric value of this JIPNumber object
|
boolean |
isInteger() |
public static final JIPNumber create(double d)
d
- the numberpublic static final JIPNumber create(int n)
n
- the numberpublic final double getDoubleValue()
public final boolean isInteger()