FMIceLinkFloatHolder Class Reference

Inherits from NSObject
Declared in FMIceLinkFloatHolder.h
FMIceLinkFloatHolder.m

Overview

Class to hold a float [value](#//api/name/value) passed by reference.

+ floatHolder

Initializes a new instance of the FMIceLinkFloatHolder class.
+ (FMIceLinkFloatHolder *)floatHolder

Discussion

Initializes a new instance of the FMIceLinkFloatHolder class.

Declared In

FMIceLinkFloatHolder.h

+ floatHolder:

Initializes a new instance of the FMIceLinkFloatHolder class.
+ (FMIceLinkFloatHolder *)floatHolder:(float)value

Parameters

value

The value.

Discussion

Initializes a new instance of the FMIceLinkFloatHolder class.

Declared In

FMIceLinkFloatHolder.h

– init

Initializes a new instance of the FMIceLinkFloatHolder class.
- (instancetype)init

Discussion

Initializes a new instance of the FMIceLinkFloatHolder class.

Declared In

FMIceLinkFloatHolder.h

– initWithValue:

Initializes a new instance of the FMIceLinkFloatHolder class.
- (instancetype)initWithValue:(float)value

Parameters

value

The value.

Discussion

Initializes a new instance of the FMIceLinkFloatHolder class.

Declared In

FMIceLinkFloatHolder.h

– setValue:

Sets the [value](#//api/name/value).
- (void)setValue:(float)value

Discussion

Sets the [value](#//api/name/value).

Declared In

FMIceLinkFloatHolder.h

– value

Gets the value.
- (float)value

Discussion

Gets the value.

Declared In

FMIceLinkFloatHolder.h