Abs
Not available in this language yet.
Abs( value )
Abs( value )
Abs( value )
Not available in this language yet.
Not available in this language yet.
Not available in this language yet.
Abs( value )
Parameters
Argument | Type | Definition and Requirements |
---|---|---|
|
Number |
Take the absolute value of this argument. |
Examples
The query below returns the absolute value of -100.
System.out.println(
client.query(
Abs(Value(-100)))
.get());
100
Was this article helpful?
We're sorry to hear that.
Tell us how we can improve!
documentation@fauna.com
Thank you for your feedback!