-
- Reference
- ::
- JavaScript
- ::
- Math Class
abs() ใช้หาค่าสัมบูรณ์ -
- Reference
- ::
- JavaScript
- ::
- Math Class
- ::
- abs()
method :abs ( num );
return type :number
content :ใช้หาค่าสัมบูรณ์
example :alert ( Math.abs ( -10 ) );
0 Comment
- Have no comment.