Difference between revisions of "Fabs"

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

Latest revision as of 22:16, 2 March 2010

Returns the absolute value of a float.

float fabs(
float fValue
);
Parameters:
fValue
The float to get the absolute value of
Returns:

The absolute value of the float fValue. There is no error return.

Source:

script.ldf

Description

Returns the absolute value of the float fValue.


See also

abs