【Round】依照所指定的小数位数,将数值四舍五入
Round[table][tr][td]依照所指定的小数位数,将数值四舍五入[/td][/tr]
[/table]
[table=98%]
[tr][td][b]用法[/b][p=30, 2, left]Round([i]Value[/i],[i]Precision[/i])[/p][p=30, 2, left]参数说明: [i]Value[/i] —— 数值表达式
[i]Precision[/i] —— 精确度,指定的小数位数,小于等于0的值都取到整数位[/p][/td][/tr]
[/table]
[table=98%]
[tr][td][b]范例[/b][p=30, 2, left]Round(1.237,2) 将返回数值 1.24[/p][p=30, 2, left]Round(-5.7744,3) 将返回数值 -5.774[/p][/td][/tr]
[/table]
页:
[1]