Exp.Min Method
Create expression that returns the minimum value in a variable number of expressions.
All arguments must be the same type (integer or float).
Requires server version 5.6.0+.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Exp Min(
params Exp[] exps
)
- exps Exp[]
-
Exp
Exp.GT(
Exp.Min(Exp.IntBin("a"), Exp.IntBin("b"), Exp.IntBin("c")),
Exp.Val(0));