---
title: BNNSRelationalOperatorGreaterEqual
framework: accelerate
role: symbol
role_heading: Global Variable
path: accelerate/bnnsrelationaloperatorgreaterequal
---

# BNNSRelationalOperatorGreaterEqual

The operator that indicates the greater-than or equal-to relationship.

## Declaration

```swift
var BNNSRelationalOperatorGreaterEqual: BNNSRelationalOperator { get }
```

## See Also

### Relational Operators

- [BNNSRelationalOperatorEqual](accelerate/bnnsrelationaloperatorequal.md)
- [BNNSRelationalOperatorGreater](accelerate/bnnsrelationaloperatorgreater.md)
- [BNNSRelationalOperatorLess](accelerate/bnnsrelationaloperatorless.md)
- [BNNSRelationalOperatorLessEqual](accelerate/bnnsrelationaloperatorlessequal.md)
- [BNNSRelationalOperatorNotEqual](accelerate/bnnsrelationaloperatornotequal.md)
