• Skip to main content
  • Skip to search
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. 개발자를 위한 웹 기술
  2. XPath
  3. Functions
  4. ceiling
  • Change language
  • View in English

ceiling

XSLT/XPath 참고 문서: XSLT 요소, XPath 함수, XPath 축


ceiling 함수는 10진수를 평가하고 10진수보다 작지 않은 가장 작은 정수를 반환합니다.

문법

ceiling(number )

인수

number
평가할 수.

반환

number 보다 작지 않은 가장 작은 정수.

예를 들어,

    ceiling ( 5.2 ) = 6

    ceiling ( -5.2 ) = -5

정의

XPath 1.0 4.4

Gecko 지원

지원함.

Last modified: Mar 23, 2019, by MDN contributors

Change your language
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

Mozilla

© 2005-2021 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies