|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NumberThing | |
---|---|
org.hecl |
Uses of NumberThing in org.hecl |
---|
Subclasses of NumberThing in org.hecl | |
---|---|
class |
DoubleThing
The DoubleThing class represents a Thing that contains
a double value. |
class |
FractionalThing
The FractionalThing class is for floating point
values. |
class |
IntegralThing
The IntegralThing class represents integer values - in
practice, ints and longs. |
class |
IntThing
The IntThing class represents an integer Thing. |
class |
LongThing
The LongThing class represents a 'long' Thing. |
Methods in org.hecl that return NumberThing | |
---|---|
static NumberThing |
NumberThing.asNumber(Thing t)
asNumber attempts to transform Thing t into a
number of some sort. |
Methods in org.hecl with parameters of type NumberThing | |
---|---|
static Thing |
MathCmds.binary(int cmdcode,
Interp ip,
NumberThing a,
NumberThing b)
|
static int |
MathCmds.compare(NumberThing a,
NumberThing b)
|
static Thing |
NumberThing.create(NumberThing n)
The create method creates a new Thing from
NumberThing n. |
static Thing |
MathCmds.unary(int cmdcode,
Interp ip,
NumberThing a)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |