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

# .>(_:_:)

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

## Declaration

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