public class RefDouble
extends java.lang.Object
| Constructor and Description |
|---|
RefDouble(double value)
Mimics Out/Ref parameter initialisation with given Value.
|
| Modifier and Type | Method and Description |
|---|---|
double |
get()
Gets Out/Ref parameter Value
Should be used after calling the method with Out/Ref constructions
|
double |
set(double anotherValue)
Sets Out/Ref parameter Value
Should be used inside the method with Out/Ref constructions
|
java.lang.String |
toString() |
public RefDouble(double value)
public double get()
public double set(double anotherValue)
public java.lang.String toString()
toString in class java.lang.Object