class Number extends scala.scalajs.js.Object with StObject with std.Number

Annotations
@JSType() @JSGlobal("Number") @native()
Source
Number.scala
Linear Supertypes
std.Number, StObject, scala.scalajs.js.Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Number
  2. Number
  3. StObject
  4. Object
  5. Any
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new Number(value: Any)
  2. new Number()

Value Members

  1. final def !=(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): scala.Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef → Any
  8. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  9. def hasOwnProperty(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. final def isInstanceOf[T0]: scala.Boolean
    Definition Classes
    Any
  12. def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
    Definition Classes
    Object
  13. final def ne(arg0: AnyRef): scala.Boolean
    Definition Classes
    AnyRef
  14. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  15. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  16. def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
    Definition Classes
    Object
  17. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  18. def toExponential(fractionDigits: Double): java.lang.String
    Definition Classes
    Number
  19. def toExponential(): java.lang.String

    Returns a string containing a number represented in exponential notation.

    Returns a string containing a number represented in exponential notation.

    Definition Classes
    Number
  20. def toFixed(fractionDigits: Double): java.lang.String
    Definition Classes
    Number
  21. def toFixed(): java.lang.String

    Returns a string representing a number in fixed-point notation.

    Returns a string representing a number in fixed-point notation.

    Definition Classes
    Number
  22. def toLocaleString(locales: Unit, options: NumberFormatOptions): java.lang.String
    Definition Classes
    Number
  23. def toLocaleString(locales: scala.scalajs.js.Array[java.lang.String], options: NumberFormatOptions): java.lang.String
    Definition Classes
    Number
  24. def toLocaleString(locales: scala.scalajs.js.Array[java.lang.String]): java.lang.String
    Definition Classes
    Number
  25. def toLocaleString(locales: java.lang.String, options: NumberFormatOptions): java.lang.String
    Definition Classes
    Number
  26. def toLocaleString(locales: java.lang.String): java.lang.String
    Definition Classes
    Number
  27. def toLocaleString(): scala.Predef.String
    Definition Classes
    Object
  28. def toPrecision(precision: Double): java.lang.String
    Definition Classes
    Number
  29. def toPrecision(): java.lang.String

    Returns a string containing a number represented either in exponential or fixed-point notation with a specified number of digits.

    Returns a string containing a number represented either in exponential or fixed-point notation with a specified number of digits.

    Definition Classes
    Number
  30. def toString(radix: Double): java.lang.String
    Definition Classes
    Number
  31. def toString(): java.lang.String
    Definition Classes
    AnyRef → Any
  32. def valueOf(): Any
    Definition Classes
    Object
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  35. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from std.Number

Inherited from StObject

Inherited from scala.scalajs.js.Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped