nn::math::Abs Function
Syntax
template <typename T> T Abs( T x );
Template Arguments
Name
Description
T
Type representing a numeric value
Arguments
Name
Description
in
x
Value of the absolute value that you want to find.
Return Values
Returns the absolute value of x.
Description
Finds the absolute value.
Revision History
2011/03/01
Initial version.
CONFIDENTIAL