PowerTools SPREAD for ASP.NET 8.0J 関数リファレンス
CEILING.PRECISE

概要

This function rounds a number up to the nearest multiple of a specified value or the nearest integer.

書式

CEILING.PRECISE(value,signif)

引数

有効な引数は次のとおりです。

引数 説明
value Number to round
signif Number representing the rounding factor

Use either both positive or both negative numbers for the arguments. Regardless of the sign of the numbers, the value is rounded away from zero.

データ型

Accepts numeric data for both arguments. Returns numeric data.

サンプル

CEILING.PRECISE(C4,B2)

CEILING.PRECISE(B3,0.05)

CEILING.PRECISE(R4C3,1)

CEILING.PRECISE(4.65,2) 結果: 6

CEILING.PRECISE(-2.78,-1) 結果: -3

使用可能な製品バージョン

製品バージョン 7.0 以降で使用できます。

 関連トピック

CEILING

 

 


Copyright © 2003-2015 GrapeCity inc. All rights reserved.