---
title: CMTimeRoundingMethod.roundTowardNegativeInfinity
framework: coremedia
role: symbol
role_heading: Case
path: coremedia/cmtimeroundingmethod/roundtowardnegativeinfinity
---

# CMTimeRoundingMethod.roundTowardNegativeInfinity

Rounds toward negative infinity.

## Declaration

```swift
case roundTowardNegativeInfinity
```

## Discussion

Discussion This method rounds toward negativeInfinity if the fraction isn’t equal to 0.

## See Also

### Rounding Methods

- [CMTimeRoundingMethod.roundHalfAwayFromZero](coremedia/cmtimeroundingmethod/roundhalfawayfromzero.md)
- [CMTimeRoundingMethod.roundAwayFromZero](coremedia/cmtimeroundingmethod/roundawayfromzero.md)
- [CMTimeRoundingMethod.roundTowardZero](coremedia/cmtimeroundingmethod/roundtowardzero.md)
- [CMTimeRoundingMethod.quickTime](coremedia/cmtimeroundingmethod/quicktime.md)
- [CMTimeRoundingMethod.roundTowardPositiveInfinity](coremedia/cmtimeroundingmethod/roundtowardpositiveinfinity.md)
