WorksheetFunction.Floor_Math method (Excel)

Rounds a number down, to the nearest integer or to the nearest multiple of significance.

Syntax

expression.Floor_Math (Arg1, Arg2, Arg3)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data type Description
Arg1 Required Double The value that you want to round.
Arg2 Optional Variant The multiple to which you want to round.
Arg3 Optional Variant When given a nonzero number, this function will round towards zero.

Return value

Double

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.