Basic Syntax CrystalClear Syntax Before Reading Records

Abs( x )


The absolute value of a real number is its numerical value without regard to its sign. So, for example, 3 is the absolute value of both 3 and -3.

Usage:

Abs(number)

Return:

The absolute value of a number. This function will always return a positive value. The absolute value of 0 (zero) is also 0.

Example:

Abs(-x)	// Returns x
Abs(x) // Returns x, where x is any number

See also:


i-net software strives to provide accurate product documentation. Please give us your feedback using the form below.
NOTE: This form is for documentation feedback only. For technical assistance, please send an email to crystalclear@inetsoftware.de.

This page is: very poor very good
Comment: