---
title: strideInX
framework: metalperformanceshadersgraph
role: symbol
role_heading: Instance Property
path: metalperformanceshadersgraph/mpsgraphconvolution2dopdescriptor/strideinx
---

# strideInX

The scale that maps x-coordinate of the destination to x-coordinate of the source.

## Declaration

```swift
var strideInX: Int { get set }
```

## Discussion

Discussion Source x-coordinate, sx is computed from destination x-coordinate, dx as sx = strideInX*dx. Default value is 1.
