public class FloatReference
extends java.lang.Object
| Constructor and Description |
|---|
FloatReference()
Initialize.
|
FloatReference(float value)
Initialize.
|
| Modifier and Type | Method and Description |
|---|---|
double |
get()
Returns the value.
|
void |
set(float value)
Set the value.
|
java.lang.String |
toString() |