get int in Javascript
{Code}
alert(Math.floor(3.14));//3 alert(Math.ceil(3.14));//4 alert(Math.round(3.14));//3 alert(Math.round(3.5));//4
{Code}
alert(Math.floor(3.14));//3 alert(Math.ceil(3.14));//4 alert(Math.round(3.14));//3 alert(Math.round(3.5));//4
YiiLib Foucs on: Pro Web Dev Tutorial and Pro Web Dev Service
Copyright © 2011 - 2024 YiiLib.com(YiiBlog.info) - Designed & Developed by Boy.Lee
Leave Comment