WorksheetFunction.ISO_Ceiling(Double, 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.
Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance.
public double ISO_Ceiling (double Arg1, object Arg2);
Public Function ISO_Ceiling (Arg1 As Double, Optional Arg2 As Object) As Double
Parameters
- Arg1
- Double
Number - The value to be rounded.
- Arg2
- Object
Significance - The optional multiple to which number is to be rounded. If significance is omitted, its default value is 1.