Abs Function

  • Updated

Returns the absolute value of a numeric expression.

Syntax

 

Returns the absolute value of a numeric expression.

 

Abs(expression)

 

 

Arguments:

 

 

 

expression

Numeric - A numeric expression.

Remarks

  • Example: Abs(-10) returns 10.
  • Example: Abs(10) returns 10.

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Article is closed for comments.