FMIceLinkFloatHolder Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkFloatHolder.h FMIceLinkFloatHolder.m |
+ floatHolder
Initializes a new instance of the FMIceLinkFloatHolder class.
+ (FMIceLinkFloatHolder *)floatHolderDiscussion
Initializes a new instance of the FMIceLinkFloatHolder class.
Declared In
FMIceLinkFloatHolder.h
+ floatHolder:
Initializes a new instance of the FMIceLinkFloatHolder class.
+ (FMIceLinkFloatHolder *)floatHolder:(float)valueParameters
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)initDiscussion
Initializes a new instance of the FMIceLinkFloatHolder class.
Declared In
FMIceLinkFloatHolder.h
– initWithValue:
Initializes a new instance of the FMIceLinkFloatHolder class.
- (instancetype)initWithValue:(float)valueParameters
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)valueDiscussion
Sets the [value](#//api/name/value).
Declared In
FMIceLinkFloatHolder.h
– value
Gets the value.
- (float)valueDiscussion
Gets the value.
Declared In
FMIceLinkFloatHolder.h