WorksheetFunction.Ceiling_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 up, to the nearest integer or to the nearest multiple of significance.
public double Ceiling_Math (double Arg1, object Arg2, object Arg3);
Public Function Ceiling_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 and nonzero, this function will round away from zero.
Returns
DOUBLE