---
title: ".>(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd8/'._(_:_:)-6yrys"
---

# .>(_:_:)

Returns a vector mask with the result of a pointwise greater than comparison.

## Declaration

```swift
static func .> (a: Self, b: Self.Scalar) -> SIMDMask<Self.MaskStorage>
```
