Number.POSITIVE_INFINITY

無限大の値を得る

構文

Number.POSITIVE_INFINITY

例文

<html>
<head>
<title>Number.POSITIVE_INFINITY</title>
</head>

<body>

<!--無限大の値を得るのサンプル-->
<script type="text/javascript">
document.write('無限大の値は'+Number.POSITIVE_INFINITY+'です');
</script>

</body>
</html>

関連記事

スポンサーリンク

txtsql.php

ホームページ製作・web系アプリ系の製作案件募集中です。

上に戻る