|
||||||||
| 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.IEEE32Pos
For representing exactly those real numbers that can be represented in IEEE single precision
| Field Summary | |
protected float |
myValue
|
| Constructor Summary | |
IEEE32Pos(float value)
|
|
IEEE32Pos(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 float myValue
| Constructor Detail |
public IEEE32Pos(float value)
public IEEE32Pos(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 | |||||||