WorksheetFunction.ISO_Ceiling(Double, Object) Method

Definition

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.

Returns

Applies to