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

Namespace: Aerospike.Client
Assembly: AerospikeClient (in AerospikeClient.dll) Version: 4.2.5.0 (4.2.5)
Syntax

Examples

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