---
title: BNNS.InterpolationMethod
framework: accelerate
role: symbol
role_heading: Enumeration
path: accelerate/bnns/interpolationmethod
---

# BNNS.InterpolationMethod

Constants that specify interpolation methods for resize operations.

## Declaration

```swift
enum InterpolationMethod
```

## Topics

### Interpolation Methods

- [BNNS.InterpolationMethod.linear](accelerate/bnns/interpolationmethod/linear.md)
- [BNNS.InterpolationMethod.nearestNeighbor](accelerate/bnns/interpolationmethod/nearestneighbor.md)

## Relationships

### Conforms To

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