javolution.io
Class Struct.Float32

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

public class Struct.Float32
extends Struct.Member

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


Constructor Summary
Struct.Float32()
           
 
Method Summary
 float get()
           
 void set(float 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.Float32

public Struct.Float32()
Method Detail

get

public float get()

set

public void set(float value)

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2005-2012 Javolution. All Rights Reserved.