This page is part of an archival collection and is no longer actively maintained.

It may contain outdated information and may not meet current or future WCAG accessibility standards. We provide this content, its subpages, and associated links for historical reference only. If you need assistance, please contact support@cs.washington.edu

Struct.Float32 (JADE v6.1 API)
JADE v6.1

com.dautelle.util
Class Struct.Float32

java.lang.Object
  extended bycom.dautelle.util.Struct.Member
      extended bycom.dautelle.util.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)
           
 
Methods inherited from class com.dautelle.util.Struct.Member
offset
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Struct.Float32

public Struct.Float32()
Method Detail

set

public void set(float value)

get

public float get()

JADE v6.1

Copyright © 2004 Jean-Marie Dautelle.