Exp LE Method Aerospike
Create "less than or equal" operation.

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.1.1.0 (4.1.1)
Syntax

Examples

// a <= 1
Exp.LE(Exp.IntBin("a"), Exp.Val(1))
See Also