ExpLT Method
Create "less than" operation.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 6.0.1
public static Exp LT(
Exp left,
Exp right
)
- left Exp
-
- right Exp
-
Exp // a < 1000
Exp.LT(Exp.IntBin("a"), Exp.Val(1000))