Mathf.Absstatic function Abs (f : float) : floatDescriptionReturns the absolute value of f.
JavaScript
// prints 10.5 using UnityEngine; import UnityEngine static function Abs (value : int) : intDescriptionReturns the absolute value of value.
JavaScript
// prints 10 using UnityEngine; import UnityEngine |
