Siebel eScript Language Reference > Methods Reference > Mathematical Methods >

Get Absolute Value Method


The Get Absolute Value method returns the absolute value of the value that the number argument contains. If it cannot convert this value to a number, then it returns NaN.

Format

Math.abs(number)

Table 107 describes the arguments for the Get Absolute Value method.

Table 107. Arguments for the Get Absolute Value Method
Argument
Description

number

A numeric literal or numeric variable.

Siebel eScript Language Reference Copyright © 2013, Oracle and/or its affiliates. All rights reserved. Legal Notices.