いっしー@Webエンジニア
Webツールプログラミング言語プログラミング学習ITニュースIT用語辞典ポートフォリオ
  1. トップページ
  2. プログラミング言語
  3. JavaScript
  4. ECMAScript
  5. global-objects
  6. Number

JavaScript ECMAScript Number

JavaScript ECMAScript のNumberに関する言語リファレンス情報をまとめたカテゴリです。

Numberクラス

static-data-property

    Number.EPSILON
    Number.MAX_SAFE_INTEGER
    Number.MAX_VALUE
    Number.MIN_SAFE_INTEGER
    Number.MIN_VALUE
    Number.NaN
    Number.NEGATIVE_INFINITY
    Number.POSITIVE_INFINITY

constructor

    Number() constructor

instance-method

    Number.prototype.toExponential()
    Number.prototype.toFixed()
    Number.prototype.toLocaleString()
    Number.prototype.toPrecision()
    Number.prototype.toString()
    Number.prototype.valueOf()

static-method

    Number.isFinite()
    Number.isInteger()
    Number.isNaN()
    Number.isSafeInteger()
    Number.parseFloat()
    Number.parseInt()
いっしー@Webエンジニア

いっしー@Webエンジニア

IT業界で人事マネージャーを務めた後、32歳で未経験からWebエンジニアに転身。現在はブログやYouTubeでプログラミングの楽しさと学びを発信しています。

© 2025 いっしー@Webエンジニア