Fabs

From Dragon Age Toolset Wiki
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