Fabs

From Dragon Age Toolset Wiki
Revision as of 22:16, 2 March 2010 by BryanDerksen (Talk | contribs) (looks okay, removing tag)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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