class Number extends scala.scalajs.js.Object with StObject with std.Number
- Annotations
- @JSType() @JSGlobal("Number") @native()
- Source
- Number.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Number
- Number
- StObject
- Object
- Any
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
- final def eq(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- def hasOwnProperty(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
- final def isInstanceOf[T0]: scala.Boolean
- Definition Classes
- Any
- def isPrototypeOf(v: scala.scalajs.js.Object): scala.Boolean
- Definition Classes
- Object
- final def ne(arg0: AnyRef): scala.Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- def propertyIsEnumerable(v: scala.Predef.String): scala.Boolean
- Definition Classes
- Object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toExponential(fractionDigits: Double): java.lang.String
- Definition Classes
- Number
- 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
- def toFixed(fractionDigits: Double): java.lang.String
- Definition Classes
- Number
- 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
- def toLocaleString(locales: Unit, options: NumberFormatOptions): java.lang.String
- Definition Classes
- Number
- def toLocaleString(locales: scala.scalajs.js.Array[java.lang.String], options: NumberFormatOptions): java.lang.String
- Definition Classes
- Number
- def toLocaleString(locales: scala.scalajs.js.Array[java.lang.String]): java.lang.String
- Definition Classes
- Number
- def toLocaleString(locales: java.lang.String, options: NumberFormatOptions): java.lang.String
- Definition Classes
- Number
- def toLocaleString(locales: java.lang.String): java.lang.String
- Definition Classes
- Number
- def toLocaleString(): scala.Predef.String
- Definition Classes
- Object
- def toPrecision(precision: Double): java.lang.String
- Definition Classes
- Number
- 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
- def toString(radix: Double): java.lang.String
- Definition Classes
- Number
- def toString(): java.lang.String
- Definition Classes
- AnyRef → Any
- def valueOf(): Any
- Definition Classes
- Object
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated