다음을 통해 공유


WorksheetFunction.ISO_Ceiling Method (Excel)

Returns a number that is rounded up to the nearest integer or to the nearest multiple of significance.

Version Information

추가된 버전: Excel 2010

Syntax

.ISO_Ceiling(Arg1, Arg2)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

Double

Number - The value to be rounded.

Arg2

선택

Variant

Significance - The optional multiple to which number is to be rounded. If significance is omitted, its default value is 1.

참고 사항참고
The absolute value of the multiple is used, so that the ISO_CEILING function returns the mathematical ceiling irrespective of the signs of number and significance.

Return Value

Double

참고 항목

개념

WorksheetFunction Object

WorksheetFunction Object Members