|
J avolution v5.2 (J2SE 1.5+) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjavolution.io.Struct.Member
javolution.io.Struct.Float64
public class Struct.Float64
This class represents a 64 bits float (C/C++/Java double
).
Constructor Summary | |
---|---|
Struct.Float64()
|
Method Summary | |
---|---|
double |
get()
|
void |
set(double value)
|
Methods inherited from class javolution.io.Struct.Member |
---|
offset, position, struct |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Struct.Float64()
Method Detail |
---|
public void set(double value)
public double get()
|
J avolution v5.2 (J2SE 1.5+) | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |