ApptimizeVariableDouble Class Reference

Inherits from ApptimizeVariable : NSObject
Declared in Apptimize+Variables.h

Overview

ApptimizeVariableDouble is a dynamic variable which contains a double floating point number.

  doubleValue

Retrieves the double value of this ApptimizeVariableDouble.

@property (nonatomic, readonly) double doubleValue

Return Value

Returns the default double provided at construction if no variant has been received from the servers, or the variant double if enrolled in a particular variant.

Returns the default value if there is an issue with the incoming variant data.

Declared In

Apptimize+Variables.h