Versions with this page:
Versions without this page:
Returns the absolute value of f.
f
// prints 10.5 Debug.Log(Mathf.Abs(-10.5));
Returns the absolute value of value.
value
// prints 10 Debug.Log(Mathf.Abs(-10));