fm.liveswitch.FloatHolder Class Reference

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

Detailed Description

Class to hold a float value passed by reference.

Constructor & Destructor Documentation

◆ FloatHolder() [1/2]

fm.liveswitch.FloatHolder.FloatHolder ( )

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

◆ FloatHolder() [2/2]

fm.liveswitch.FloatHolder.FloatHolder ( float  value)

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

Parameters
valueThe value.

Member Function Documentation

◆ getValue()

float fm.liveswitch.FloatHolder.getValue ( )

Gets the value.

◆ setValue()

void fm.liveswitch.FloatHolder.setValue ( float  value)

Sets the value.