Exp LT Method Aerospike
Create "less than" operation.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.1.0 (4.2.1)
Syntax

Examples

// a < 1000
Exp.LT(Exp.IntBin("a"), Exp.Val(1000))
See Also