Exp GE Method Aerospike
Create "greater than or equal" operation.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.0.0 (4.1.0)
Syntax

Examples

// a >= 88
Exp.GE(Exp.IntBin("a"), Exp.Val(88))
See Also