Difference between revisions of "Fabs"

From Dragon Age Toolset Wiki
Jump to: navigation, search
(Generated by Sunjammer's Dragon Age Script Paser)
 
(looks okay, removing tag)
 
(One intermediate revision by the same user not shown)
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