Class to hold a float value passed by reference. More...
Public Member Functions | |
| FloatHolder () | |
| Initializes a new instance of the fm.liveswitch.FloatHolder class. More... | |
| FloatHolder (float value) | |
| Initializes a new instance of the fm.liveswitch.FloatHolder class. More... | |
| float | getValue () |
| Gets the value. More... | |
| void | setValue (float value) |
| Sets the value. More... | |
Class to hold a float value passed by reference.
| fm.liveswitch.FloatHolder.FloatHolder | ( | ) |
Initializes a new instance of the fm.liveswitch.FloatHolder class.
| fm.liveswitch.FloatHolder.FloatHolder | ( | float | value | ) |
Initializes a new instance of the fm.liveswitch.FloatHolder class.
| value | The value. |
| float fm.liveswitch.FloatHolder.getValue | ( | ) |
Gets the value.
| void fm.liveswitch.FloatHolder.setValue | ( | float | value | ) |
Sets the value.