<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -",
    "tvOS: -",
    "visionOS: -",
    "watchOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "Accelerate",
  "identifier" : "/documentation/Accelerate/BNNSInterpolationMethod",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Accelerate"
    ],
    "preciseIdentifier" : "c:@EA@BNNSInterpolationMethod"
  },
  "title" : "BNNSInterpolationMethod"
}
-->

# BNNSInterpolationMethod

Constants that describe interpolation methods.

```
struct BNNSInterpolationMethod
```

## Topics

### Raw Values

### Interpolation Methods

[`rawValue`](/documentation/Accelerate/BNNSInterpolationMethod/rawValue)

[`init(_:)`](/documentation/Accelerate/BNNSInterpolationMethod/init(_:))

[`init(rawValue:)`](/documentation/Accelerate/BNNSInterpolationMethod/init(rawValue:))

[`BNNSInterpolationMethodLinear`](/documentation/Accelerate/BNNSInterpolationMethodLinear)

Interpolation that is linear or bilinear depending on the number of resized dimensions.

[`BNNSInterpolationMethodNearest`](/documentation/Accelerate/BNNSInterpolationMethodNearest)

Nearest-neighbor interpolation.



---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)