WorksheetFunction.Floor_Math(Double, Object, Object) 方法

定义

将数字向下舍入为最接近的整数或最接近的倍数。

public double Floor_Math (double Arg1, object Arg2, object Arg3);
Public Function Floor_Math (Arg1 As Double, Optional Arg2 As Object, Optional Arg3 As Object) As Double

参数

Arg1
Double

要舍入的值。

Arg2
Object

要舍入到的倍数。

Arg3
Object

当给定非零数时,此函数将舍入为零。

返回

DOUBLE

适用于