org.netlib.util
Class floatW

java.lang.Object
  extended by org.netlib.util.floatW

public class floatW
extends java.lang.Object

f2j object wrapper for floats.

This file is part of the Fortran-to-Java (f2j) system, developed at the University of Tennessee.

This class acts as an object wrapper for passing single precision floating point values by reference in f2j translated files.

Author:
Keith Seymour (seymour@cs.utk.edu)

Field Summary
 float val
           
 
Constructor Summary
floatW(float x)
          Create a new float wrapper.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

val

public float val
Constructor Detail

floatW

public floatW(float x)
Create a new float wrapper.

Parameters:
x - the initial value