WorksheetFunction.Floor_Math(Double, Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Rounds a number down, to the nearest integer or to the nearest multiple of significance.
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
Parameters
- Arg1
- Double
The value you want to round.
- Arg2
- Object
The multiple to which you want to round.
- Arg3
- Object
When given a nonzero number, this function will round towards zero.
Returns
DOUBLE