abs

From Bohemia Interactive Community
Revision as of 12:23, 15 April 2006 by Planck (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

abs x

Operand types: x: Number

Type of returned value: Number

Description: Absolute value of x.

Example: _a = abs -3 ..........Result is 3