---
title: vDSP.RoundingMode
framework: accelerate
role: symbol
role_heading: Enumeration
path: accelerate/vdsp/roundingmode
---

# vDSP.RoundingMode

Floating point to integer conversion rounding modes.

## Declaration

```swift
enum RoundingMode
```

## Topics

### Rounding modes

- [vDSP.RoundingMode.towardNearestInteger](accelerate/vdsp/roundingmode/towardnearestinteger.md)
- [vDSP.RoundingMode.towardZero](accelerate/vdsp/roundingmode/towardzero.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Escapable](swift/escapable.md)
- [Hashable](swift/hashable.md)

## See Also

### Enumerations

- [vDSP.DCTTransformType](accelerate/vdsp/dcttransformtype.md)
- [vDSP.DFTTransformType](accelerate/vdsp/dfttransformtype.md)
- [vDSP.FourierTransformDirection](accelerate/vdsp/fouriertransformdirection.md)
- [vDSP.IntegrationRule](accelerate/vdsp/integrationrule.md)
- [vDSP.Radix](accelerate/vdsp/radix.md)
- [vDSP.SortOrder](accelerate/vdsp/sortorder.md)
- [vDSP.ThresholdRule](accelerate/vdsp/thresholdrule.md)
- [vDSP.WindowSequence](accelerate/vdsp/windowsequence.md)
- [vDSP.DFTError](accelerate/vdsp/dfterror.md)
