---
title: CMTimeRoundingMethod.roundAwayFromZero
framework: coremedia
role: symbol
role_heading: Case
path: coremedia/cmtimeroundingmethod/roundawayfromzero
---

# CMTimeRoundingMethod.roundAwayFromZero

Rounds away from zero.

## Declaration

```swift
case roundAwayFromZero
```

## Discussion

Discussion This method rounds away from zero if the absolute value of the fraction is greater than 0.

## See Also

### Rounding Methods

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