|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--org.abora.white.xpp.basic.Heaper
|
+--org.abora.white.spaces.basic.Position
|
+--org.abora.white.tumbler.RealPos
|
+--org.abora.white.tumbler.IEEE64Pos
For representing exactly those real numbers that can be represented in IEEE double precision
| Field Summary | |
protected double |
myValue
|
| Constructor Summary | |
IEEE64Pos(double value)
|
|
IEEE64Pos(Rcvr receiver)
|
|
| Method Summary | |
double |
asIEEE()
Returns the value as IEEE basic data type is big enough to hold any value which can be put into an XuReal. |
double |
asIEEE64()
Returns the value as IEEE64 (double precision). |
int |
precision()
What precision is it, in terms of the number of bits used to represent it. |
void |
printOn(java.io.PrintWriter oo)
This should rarely be overridden. |
void |
sendSelfTo(Xmtr xmtr)
|
PrimFloatValue |
value()
Essential. |
| Methods inherited from class org.abora.white.tumbler.RealPos |
actualHashForEqual, asRegion, coordinateSpace, exportName, info, isEqual, isGE, make, makeIEEE32, makeIEEE64 |
| Methods inherited from class org.abora.white.xpp.basic.Heaper |
destroy, destruct, equals, hashForEqual, printContentsOn, toString |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected double myValue
| Constructor Detail |
public IEEE64Pos(double value)
public IEEE64Pos(Rcvr receiver)
| Method Detail |
public double asIEEE()
RealPos
asIEEE in class RealPospublic double asIEEE64()
RealPos
asIEEE64 in class RealPospublic int precision()
RealPos
precision in class RealPospublic void printOn(java.io.PrintWriter oo)
Heaper
printOn in class Heaperpublic PrimFloatValue value()
RealPos
value in class RealPospublic void sendSelfTo(Xmtr xmtr)
sendSelfTo in class RealPos
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||