Instance Methods | |
| (UnitT) | - createInstance: |
| (bool) | - greaterThanOrEqualsWithOther: |
| (bool) | - greaterThanWithOther: |
| (instancetype) | - initWithValue: |
| (bool) | - isEqualWithOther: |
| (bool) | - isFinite |
| (bool) | - isInfinite |
| (bool) | - isMinusInfinity |
| (bool) | - isPlusInfinity |
| (bool) | - isZero |
| (bool) | - lessThanOrEqualsWithOther: |
| (bool) | - lessThanWithOther: |
| (bool) | - notEqualsWithOther: |
| (UnitT) | - roundDownToWithResolution: |
| (UnitT) | - roundToWithResolution: |
| (UnitT) | - roundUpToWithResolution: |
| (double) | - toDoubleValueOrWithFallbackValue: |
| (double) | - toFractionAsDoubleWithDenominator: |
| (long long) | - toFractionOrWithDenominator:fallbackValue: |
| (long long) | - toFractionWithDenominator: |
| (long long) | - toLongValueOrWithFallbackValue: |
| (double) | - toMultipleAsDoubleWithFactor: |
| (long long) | - toMultipleWithFactor: |
| (long long) | - toValue |
| (double) | - toValueAsDouble |
Class Methods | |
| (double) | + minusInfinityDoubleVal |
| (long long) | + minusInfinityVal |
| (double) | + plusInfinityDoubleVal |
| (long long) | + plusInfinityVal |
| (FMLiveSwitchBandwidthEstimationUnitBase *) | + unitBase: |
| (long long) | + validateFractionWithDenominator:value:oneSided: |
| (long long) | + validateValue:oneSided: |
Protected Attributes | |
| __pad0__: NSObject- (UnitT) asSubClassRef | |
| - (UnitT) createInstance: | (long long) | value |
Implemented in FMLiveSwitchBandwidthEstimationTimestamp.
| - (bool) greaterThanOrEqualsWithOther: | (FMLiveSwitchBandwidthEstimationUnitBase< UnitT > *) | other |
| - (bool) greaterThanWithOther: | (FMLiveSwitchBandwidthEstimationUnitBase< UnitT > *) | other |
| - (instancetype) initWithValue: | (long long) | value |
| - (bool) isEqualWithOther: | (FMLiveSwitchBandwidthEstimationUnitBase< UnitT > *) | other |
| - (bool) isFinite |
| - (bool) isInfinite |
| - (bool) isMinusInfinity |
| - (bool) isPlusInfinity |
| - (bool) isZero |
| - (bool) lessThanOrEqualsWithOther: | (FMLiveSwitchBandwidthEstimationUnitBase< UnitT > *) | other |
| - (bool) lessThanWithOther: | (FMLiveSwitchBandwidthEstimationUnitBase< UnitT > *) | other |
| + (double) minusInfinityDoubleVal |
| + (long long) minusInfinityVal |
| - (bool) notEqualsWithOther: | (FMLiveSwitchBandwidthEstimationUnitBase< UnitT > *) | other |
| + (double) plusInfinityDoubleVal |
| + (long long) plusInfinityVal |
| - (UnitT) roundDownToWithResolution: | (UnitT) | resolution |
| - (UnitT) roundToWithResolution: | (UnitT) | resolution |
| - (UnitT) roundUpToWithResolution: | (UnitT) | resolution |
| - (double) toDoubleValueOrWithFallbackValue: | (double) | fallbackValue |
| - (double) toFractionAsDoubleWithDenominator: | (long long) | denominator |
| - (long long) toFractionOrWithDenominator: | (long long) | denominator | |
| fallbackValue: | (long long) | fallbackValue | |
| - (long long) toFractionWithDenominator: | (long long) | denominator |
| - (long long) toLongValueOrWithFallbackValue: | (long long) | fallbackValue |
| - (double) toMultipleAsDoubleWithFactor: | (long long) | factor |
| - (long long) toMultipleWithFactor: | (long long) | factor |
| - (long long) toValue |
| - (double) toValueAsDouble |
| + (FMLiveSwitchBandwidthEstimationUnitBase*) unitBase: | (long long) | value |
| + (long long) validateFractionWithDenominator: | (long long) | denominator | |
| value: | (long long) | value | |
| oneSided: | (bool) | oneSided | |
| + (long long) validateValue: | (long long) | value | |
| oneSided: | (bool) | oneSided | |
|
protected |