Instance Methods | |
| (double) | - averageValue |
| (instancetype) | - init |
| (instancetype) | - initWithSmoothingFactor: |
| (instancetype) | - initWithSmoothingFactor:initialAverageValue: |
| (void) | - processValue: |
| (void) | - reset |
| (long long) | - sampleCount |
| (void) | - setSmoothingFactor: |
| (double) | - smoothingFactor |
| (double) | - testValue: |
| - (double) averageValue |
| + (double) defaultSmoothingFactor |
| - (instancetype) init |
| - (instancetype) initWithSmoothingFactor: | (double) | smoothingFactor |
| - (instancetype) initWithSmoothingFactor: | (double) | smoothingFactor | |
| initialAverageValue: | (double) | initialAverageValue | |
| - (void) processValue: | (double) | value |
| - (void) reset |
| - (long long) sampleCount |
| - (void) setSmoothingFactor: | (double) | value |
| + (FMLiveSwitchSmoothingContext*) smoothingContext |
| + (FMLiveSwitchSmoothingContext*) smoothingContextWithSmoothingFactor: | (double) | smoothingFactor |
| + (FMLiveSwitchSmoothingContext*) smoothingContextWithSmoothingFactor: | (double) | smoothingFactor | |
| initialAverageValue: | (double) | initialAverageValue | |
| - (double) smoothingFactor |
| - (double) testValue: | (double) | value |