- Picture and text skills
- Case
Near zero values, rounding numbers downward (in the direction of decreasing absolute value).
SyntaxROUNDDOWN(number,num_digits) Number Any real number that needs to be rounded down. Num_digits specifies the number of digits by which to round.
Description
■ Function ROUNDDOWN is similar to function ROUND, except that function ROUNDDOWN always rounds numbers downward.
■ If num_digits is greater than 0, round down to the specified number of decimal places.
■ If num_digits is equal to 0, round down to the nearest integer.
■ If num_digits is less than 0, round down to the left of the decimal point.
Articles are uploaded by users and are for non-commercial browsing only. Posted by: Lomu, please indicate the source: https://www.daogebangong.com/en/articles/detail/san-jiao-han-shu-zhong-de-ROUNDDOWN-han-shu-ying-yong.html
评论列表(196条)
测试