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