Exp LT Method Aerospike
Create "less than" operation.

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

Examples

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