ExpGE Method
Create "greater than or equal" operation.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 5.4.1.0 (5.4.1)
public static Exp GE(
Exp left,
Exp right
)
- left Exp
-
- right Exp
-
Exp // a >= 88
Exp.GE(Exp.IntBin("a"), Exp.Val(88))