Create "greater than or equal" operation.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.5.0 (4.1.5)
Syntax
Examples
// a >= 88 Exp.GE(Exp.IntBin("a"), Exp.Val(88))
See Also
Exp GE Method | Aerospike |
// a >= 88 Exp.GE(Exp.IntBin("a"), Exp.Val(88))