Method that returns how the increment was specified and the value.
Name | Type | Description |
IncrementType | IncrementTypeEnum | Output enum that returns the increment type. The possible return values are kIncrementAsAmountOfValue and kIncrementAsNumberOfSteps. |
Increment | String | Output String that returns the increment value. The value returned is based on the increment type - amount of value if the type is kIncrementAsAmountOfValue and total number of steps if the type is kIncrementAsNumberOfSteps. |