fm.liveswitch.DoubleHolder Class Reference

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...
 

Detailed Description

Class to hold a double value passed by reference.

Constructor & Destructor Documentation

◆ DoubleHolder() [1/2]

fm.liveswitch.DoubleHolder.DoubleHolder ( )

Initializes a new instance of the fm.liveswitch.DoubleHolder class.

◆ DoubleHolder() [2/2]

fm.liveswitch.DoubleHolder.DoubleHolder ( double  value)

Initializes a new instance of the fm.liveswitch.DoubleHolder class.

Parameters
valueThe value.

Member Function Documentation

◆ getValue()

double fm.liveswitch.DoubleHolder.getValue ( )

Gets the value.

◆ setValue()

void fm.liveswitch.DoubleHolder.setValue ( double  value)

Sets the value.