javolution.io
Class Struct.Float64

Object
  extended by Struct.Member
      extended by Struct.Float64
Enclosing class:
Struct

public class Struct.Float64
extends Struct.Member

This class represents a 64 bits float (C/C++/Java double).


Constructor Summary
Struct.Float64()
           
 
Method Summary
 double get()
           
 void set(double value)
           
 String toString()
           
 
Methods inherited from class Struct.Member
bitIndex, bitLength, offset, struct
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Struct.Float64

public Struct.Float64()
Method Detail

get

public double get()

set

public void set(double value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 Javolution. All Rights Reserved.