Exp.Abs Method
Create operator that returns absolute value of a number.
All arguments must resolve to integer or float.
Requires server version 5.6.0+.
Namespace: Aerospike.ClientAssembly: AerospikeClient (in AerospikeClient.dll) Version: 8.0.1+e35566e493546c0887ebb841c8e2a2c6a7cbde18
public static Exp Abs(
Exp value
)
- value Exp
-
Exp
Exp.EQ(
Exp.Abs(Exp.IntBin("a")),
Exp.Val(1));