Difference between revisions of "Abs"

From Dragon Age Toolset Wiki
Jump to: navigation, search
m (1 revision: Importing auto-generated function articles)
m
Line 1: Line 1:
{{Generated}}
 
 
{{dafunction
 
{{dafunction
 
|name=abs
 
|name=abs

Revision as of 21:56, 9 February 2010

Returns the absolute value of an integer.

int abs(
int nValue
);
Parameters:
nValue
The integer to get the absolute value of
Returns:

Returns the absolute value of nValue. There is no error return.

Source:

script.ldf

Description

Returns the absolute value of integer nValue.


See also

fabs