---
title: ".>=(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd3/'._=(_:_:)-9paeh"
---

# .>=(_:_:)

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

## Declaration

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