Rounds the value to an integral value using the specified rounding rule. ... y = 6.5 y.round(.up) // y == 7.0 // Equivalent to the C 'floor' function: var z ...
確定! 回上一頁