---
title: ".>=(_:_:)"
framework: swift
role: symbol
role_heading: Operator
path: "swift/simd32/'._=(_:_:)-64co6"
---

# .>=(_:_:)

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

## Declaration

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