FMLiveSwitchDoubleHolder Class Reference

Class to hold a double value passed by reference. More...

Instance Methods

(instancetype) - init
 Initializes a new instance of the FMLiveSwitchDoubleHolder class. More...
 
(instancetype) - initWithValue:
 Initializes a new instance of the FMLiveSwitchDoubleHolder class. More...
 
(void) - setValue:
 Sets the value. More...
 
(double) - value
 Gets the value. More...
 

Class Methods

(FMLiveSwitchDoubleHolder *) + doubleHolder
 Initializes a new instance of the FMLiveSwitchDoubleHolder class. More...
 
(FMLiveSwitchDoubleHolder *) + doubleHolder:
 Initializes a new instance of the FMLiveSwitchDoubleHolder class. More...
 

Detailed Description

Class to hold a double value passed by reference.

Method Documentation

◆ doubleHolder

+ (FMLiveSwitchDoubleHolder*) doubleHolder

Initializes a new instance of the FMLiveSwitchDoubleHolder class.

◆ doubleHolder:

+ (FMLiveSwitchDoubleHolder*) doubleHolder: (double)  value

Initializes a new instance of the FMLiveSwitchDoubleHolder class.

Parameters
valueThe value.

◆ init

- (instancetype) init

Initializes a new instance of the FMLiveSwitchDoubleHolder class.

◆ initWithValue:

- (instancetype) initWithValue: (double)  value

Initializes a new instance of the FMLiveSwitchDoubleHolder class.

Parameters
valueThe value.

◆ setValue:

- (void) setValue: (double)  value

Sets the value.

◆ value

- (double) value

Gets the value.