2011年7月12日

[AS3.0]數值運算

四捨五入
Math.round(運算式)

無條件捨去
Math.floor(運算式)

無條件進位
Math.ceil(運算式)


絕對值
Math.abs(運算式)

取亂數
Math.random();

取最大數
Math.max(運算式1, 運算式2.....運算式N)

取最小數
Math.min(運算式1, 運算式2.....運算式N)

沒有留言:

張貼留言