|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.netlib.util.doubleW
public class doubleW
f2j object wrapper for doubles.
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 double precision floating point values by reference in f2j translated files.
| Field Summary | |
|---|---|
double |
val
|
| Constructor Summary | |
|---|---|
doubleW(double x)
Create a new double wrapper. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double val
| Constructor Detail |
|---|
public doubleW(double x)
x - the initial value
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||