Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 572 Bytes

File metadata and controls

35 lines (21 loc) · 572 Bytes
title slug
round
Web/XPath/Functions/round

{{XsltSidebar}}{{ XsltRef() }}

round 関数は、与えられた数値に最も近い整数を返します。

構文

round(decimal )

引数

  • decimal
    • : 丸められる小数。

返値

decimal よりも小さいか、大きいか、等しい、最も近い整数。

  • -0.5 は負のゼロに丸められます。 0.4 は正のゼロに丸められます。

定義

XPath 1.0 4.4

Gecko での対応

対応済み。