close

 

由於我數學實在太爛了,借用一下

 

求四捨五入

function RoundX(val, precision){

  return Math.round(val*Math.pow(10, precision))/Math.pow(10, precision);
}



引用

arrow
arrow
    文章標籤
    ActionScript2.0
    全站熱搜
    創作者介紹
    創作者 鴨鴨仔 的頭像
    鴨鴨仔

    DUCK,Fearless!

    鴨鴨仔 發表在 痞客邦 留言(0) 人氣()