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