JavaScript中Number.NEGATIVE_INFINITY值的使用詳解_基礎知識

來源:互聯網
上載者:User

 這是代表一個的值小於Number.MIN_VALUE一個特殊數值。此值被表示為“負無窮”。此值類似於在其數學行為的無窮大。例如,任何事情乘以NEGATIVE_INFINITY是NEGATIVE_INFINITY,以及任何除以NEGATIVE_INFINITY的值都為零。

因為NEGATIVE_INFINITY是一個常數,它是數的唯讀屬性。
文法

您可以使用以下文法訪問屬性:

var val = Number.NEGATIVE_INFINITY;

樣本 :

這裡有一個例子說明這個屬性的用法:

<html><head><script type="text/javascript"><!--function showValue(){  var smallNumber = (-Number.MAX_VALUE) * 2  if (smallNumber == Number.NEGATIVE_INFINITY) {   alert("Value of smallNumber : " + smallNumber );  }}//--></script></head><body><p>Click the following to see the result:</p><form><input type="button" value="Click Me" onclick="showValue();" /></form></body></html>

這將產生以下結果:

Value of val : -Infinity

 

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.