scala.scalajs.js.prim

Number

sealed trait Number extends Any

Primitive JavaScript number.

In most situations, you should not need this trait, and use scala.Double instead (or scala.Int where appropriate).

Annotations
@RawJSType()
Linear Supertypes
Any, AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Number
  2. Any
  3. AnyRef
  4. Any
Implicitly
  1. by toDouble
  2. by richDouble
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: scala.Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. def %(that: Dynamic): Number

  4. def %(that: Number): Number

  5. def &(that: Dynamic): Number

  6. def &(that: Number): Number

  7. def *(that: Dynamic): Number

  8. def *(that: Number): Number

  9. def +(that: Dynamic): Dynamic

  10. def +(that: Number): Number

  11. def -(that: Dynamic): Number

  12. def -(that: Number): Number

  13. def ->[B](y: B): (Number, B)

    Implicit information
    This member is added by an implicit conversion from Number to ArrowAssoc[Number] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  14. def /(that: Dynamic): Number

  15. def /(that: Number): Number

  16. def <(that: Dynamic): Boolean

  17. def <(that: Number): Boolean

  18. def <<(that: Dynamic): Number

  19. def <<(that: Number): Number

  20. def <=(that: Dynamic): Boolean

  21. def <=(that: Number): Boolean

  22. final def ==(arg0: scala.Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  23. def >(that: Dynamic): Boolean

  24. def >(that: Number): Boolean

  25. def >=(that: Dynamic): Boolean

  26. def >=(that: Number): Boolean

  27. def >>(that: Dynamic): Number

  28. def >>(that: Number): Number

  29. def >>>(that: Dynamic): Number

  30. def >>>(that: Number): Number

  31. def ^(that: Dynamic): Number

  32. def ^(that: Number): Number

  33. def abs: Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy
  34. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  35. def byteValue(): Byte

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  36. def ceil: Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble
  37. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. def compare(y: Double): Int

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    OrderedProxy → Ordered
  39. def compareTo(that: Double): Int

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    Ordered → Comparable
  40. def doubleValue(): Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  41. def ensuring(cond: (Number) ⇒ scala.Boolean, msg: ⇒ scala.Any): Number

    Implicit information
    This member is added by an implicit conversion from Number to Ensuring[Number] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  42. def ensuring(cond: (Number) ⇒ scala.Boolean): Number

    Implicit information
    This member is added by an implicit conversion from Number to Ensuring[Number] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  43. def ensuring(cond: scala.Boolean, msg: ⇒ scala.Any): Number

    Implicit information
    This member is added by an implicit conversion from Number to Ensuring[Number] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. def ensuring(cond: scala.Boolean): Number

    Implicit information
    This member is added by an implicit conversion from Number to Ensuring[Number] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  45. final def eq(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  46. def equals(arg0: scala.Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  47. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  48. def floatValue(): Float

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  49. def floor: Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble
  50. def formatted(fmtstr: Predef.String): Predef.String

    Implicit information
    This member is added by an implicit conversion from Number to StringFormat[Number] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  51. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  52. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  53. def intValue(): Int

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  54. def isInfinity: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble
  55. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  56. def isNaN: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble
  57. def isNegInfinity: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble
  58. def isPosInfinity: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble
  59. def isValidByte: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumericAnyConversions
  60. def isValidChar: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumericAnyConversions
  61. def isValidInt: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumericAnyConversions
  62. def isValidShort: scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumericAnyConversions
  63. def isWhole(): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → FractionalProxy → ScalaNumericAnyConversions
  64. def longValue(): Long

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  65. def max(that: Double): Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy
  66. def min(that: Double): Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy
  67. final def ne(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  68. final def notify(): Unit

    Definition Classes
    AnyRef
  69. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  70. def round: Long

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble
  71. val self: Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → Typed → Proxy
  72. def shortValue(): Short

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  73. def signum: Int

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble → ScalaNumberProxy
  74. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  75. def to(end: Double, step: Double): Inclusive[Double]

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    FractionalProxy → RangedProxy
  76. def to(end: Double): Partial[Double, NumericRange[Double]]

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    FractionalProxy → RangedProxy
  77. def toDegrees: Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble
  78. def toExponential(): String

  79. def toExponential(fractionDigits: Number): String

    Returns a string representing a Number object in exponential notation with one digit before the decimal point, rounded to fractionDigits digits after the decimal point.

    Returns a string representing a Number object in exponential notation with one digit before the decimal point, rounded to fractionDigits digits after the decimal point. If the fractionDigits argument is omitted, the number of digits after the decimal point defaults to the number of digits necessary to represent the value uniquely.

    If a number has more digits that requested by the fractionDigits parameter, the number is rounded to the nearest number represented by fractionDigits digits. See the discussion of rounding in the description of the toFixed() method, which also applies to toExponential().

    MDN

  80. def toFixed(): String

  81. def toFixed(fractionDigits: Number): String

    Returns a string representation of number that does not use exponential notation and has exactly digits digits after the decimal place.

    Returns a string representation of number that does not use exponential notation and has exactly digits digits after the decimal place. The number is rounded if necessary, and the fractional part is padded with zeros if necessary so that it has the specified length. If number is greater than 1e+21, this method simply calls Number.prototype.toString() and returns a string in exponential notation.

    MDN

  82. def toPrecision(): String

  83. def toPrecision(precision: Number): String

    Returns a string representing a Number object in fixed-point or exponential notation rounded to precision significant digits.

    Returns a string representing a Number object in fixed-point or exponential notation rounded to precision significant digits. See the discussion of rounding in the description of the Number.prototype.toFixed() method, which also applies to toPrecision.

    If the precision argument is omitted, behaves as Number.prototype.toString(). If it is a non-integer value, it is rounded to the nearest integer.

    MDN

  84. def toRadians: Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    RichDouble
  85. def toString(radix: Number): String

  86. def toString(): java.lang.String

    Definition Classes
    AnyRef → Any
  87. def unary_+(): Number

  88. def unary_-(): Number

  89. def unary_~(): Number

  90. def underlying(): AnyRef

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    ScalaNumberProxy → ScalaNumericAnyConversions
  91. def until(end: Double, step: Double): Exclusive[Double]

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    FractionalProxy → RangedProxy
  92. def until(end: Double): Partial[Double, NumericRange[Double]]

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Definition Classes
    FractionalProxy → RangedProxy
  93. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  94. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  95. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  96. def |(that: Dynamic): Number

  97. def |(that: Number): Number

  98. def [B](y: B): (Number, B)

    Implicit information
    This member is added by an implicit conversion from Number to ArrowAssoc[Number] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc

Shadowed Implicit Value Members

  1. def !=(x: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).!=(x)
    Definition Classes
    Double
  2. def !=(x: Float): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).!=(x)
    Definition Classes
    Double
  3. def !=(x: Long): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).!=(x)
    Definition Classes
    Double
  4. def !=(x: Int): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).!=(x)
    Definition Classes
    Double
  5. def !=(x: Char): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).!=(x)
    Definition Classes
    Double
  6. def !=(x: Short): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).!=(x)
    Definition Classes
    Double
  7. def !=(x: Byte): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).!=(x)
    Definition Classes
    Double
  8. def %(x: Double): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).%(x)
    Definition Classes
    Double
  9. def %(x: Float): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).%(x)
    Definition Classes
    Double
  10. def %(x: Long): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).%(x)
    Definition Classes
    Double
  11. def %(x: Int): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).%(x)
    Definition Classes
    Double
  12. def %(x: Char): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).%(x)
    Definition Classes
    Double
  13. def %(x: Short): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).%(x)
    Definition Classes
    Double
  14. def %(x: Byte): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).%(x)
    Definition Classes
    Double
  15. def *(x: Double): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).*(x)
    Definition Classes
    Double
  16. def *(x: Float): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).*(x)
    Definition Classes
    Double
  17. def *(x: Long): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).*(x)
    Definition Classes
    Double
  18. def *(x: Int): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).*(x)
    Definition Classes
    Double
  19. def *(x: Char): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).*(x)
    Definition Classes
    Double
  20. def *(x: Short): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).*(x)
    Definition Classes
    Double
  21. def *(x: Byte): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).*(x)
    Definition Classes
    Double
  22. def +(x: Double): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).+(x)
    Definition Classes
    Double
  23. def +(x: Float): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).+(x)
    Definition Classes
    Double
  24. def +(x: Long): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).+(x)
    Definition Classes
    Double
  25. def +(x: Int): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).+(x)
    Definition Classes
    Double
  26. def +(x: Char): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).+(x)
    Definition Classes
    Double
  27. def +(x: Short): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).+(x)
    Definition Classes
    Double
  28. def +(x: Byte): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).+(x)
    Definition Classes
    Double
  29. def +(x: Predef.String): Predef.String

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).+(x)
    Definition Classes
    Double
  30. def +(other: Predef.String): Predef.String

    Implicit information
    This member is added by an implicit conversion from Number to any2stringadd[Number] performed by method any2stringadd in scala.Predef.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: any2stringadd[Number]).+(other)
    Definition Classes
    any2stringadd
  31. def -(x: Double): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).-(x)
    Definition Classes
    Double
  32. def -(x: Float): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).-(x)
    Definition Classes
    Double
  33. def -(x: Long): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).-(x)
    Definition Classes
    Double
  34. def -(x: Int): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).-(x)
    Definition Classes
    Double
  35. def -(x: Char): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).-(x)
    Definition Classes
    Double
  36. def -(x: Short): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).-(x)
    Definition Classes
    Double
  37. def -(x: Byte): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).-(x)
    Definition Classes
    Double
  38. def /(x: Double): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double)./(x)
    Definition Classes
    Double
  39. def /(x: Float): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double)./(x)
    Definition Classes
    Double
  40. def /(x: Long): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double)./(x)
    Definition Classes
    Double
  41. def /(x: Int): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double)./(x)
    Definition Classes
    Double
  42. def /(x: Char): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double)./(x)
    Definition Classes
    Double
  43. def /(x: Short): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double)./(x)
    Definition Classes
    Double
  44. def /(x: Byte): Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double)./(x)
    Definition Classes
    Double
  45. def <(x: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<(x)
    Definition Classes
    Double
  46. def <(x: Float): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<(x)
    Definition Classes
    Double
  47. def <(x: Long): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<(x)
    Definition Classes
    Double
  48. def <(x: Int): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<(x)
    Definition Classes
    Double
  49. def <(x: Char): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<(x)
    Definition Classes
    Double
  50. def <(x: Short): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<(x)
    Definition Classes
    Double
  51. def <(x: Byte): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<(x)
    Definition Classes
    Double
  52. def <(that: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: RichDouble).<(that)
    Definition Classes
    Ordered
  53. def <=(x: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<=(x)
    Definition Classes
    Double
  54. def <=(x: Float): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<=(x)
    Definition Classes
    Double
  55. def <=(x: Long): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<=(x)
    Definition Classes
    Double
  56. def <=(x: Int): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<=(x)
    Definition Classes
    Double
  57. def <=(x: Char): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<=(x)
    Definition Classes
    Double
  58. def <=(x: Short): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<=(x)
    Definition Classes
    Double
  59. def <=(x: Byte): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).<=(x)
    Definition Classes
    Double
  60. def <=(that: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: RichDouble).<=(that)
    Definition Classes
    Ordered
  61. def ==(x: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).==(x)
    Definition Classes
    Double
  62. def ==(x: Float): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).==(x)
    Definition Classes
    Double
  63. def ==(x: Long): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).==(x)
    Definition Classes
    Double
  64. def ==(x: Int): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).==(x)
    Definition Classes
    Double
  65. def ==(x: Char): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).==(x)
    Definition Classes
    Double
  66. def ==(x: Short): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).==(x)
    Definition Classes
    Double
  67. def ==(x: Byte): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).==(x)
    Definition Classes
    Double
  68. def >(x: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>(x)
    Definition Classes
    Double
  69. def >(x: Float): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>(x)
    Definition Classes
    Double
  70. def >(x: Long): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>(x)
    Definition Classes
    Double
  71. def >(x: Int): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>(x)
    Definition Classes
    Double
  72. def >(x: Char): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>(x)
    Definition Classes
    Double
  73. def >(x: Short): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>(x)
    Definition Classes
    Double
  74. def >(x: Byte): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>(x)
    Definition Classes
    Double
  75. def >(that: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: RichDouble).>(that)
    Definition Classes
    Ordered
  76. def >=(x: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>=(x)
    Definition Classes
    Double
  77. def >=(x: Float): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>=(x)
    Definition Classes
    Double
  78. def >=(x: Long): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>=(x)
    Definition Classes
    Double
  79. def >=(x: Int): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>=(x)
    Definition Classes
    Double
  80. def >=(x: Char): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>=(x)
    Definition Classes
    Double
  81. def >=(x: Short): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>=(x)
    Definition Classes
    Double
  82. def >=(x: Byte): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).>=(x)
    Definition Classes
    Double
  83. def >=(that: Double): scala.Boolean

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: RichDouble).>=(that)
    Definition Classes
    Ordered
  84. def toByte: Byte

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: Double).toByte
    Definition Classes
    Double
  85. def toByte: Byte

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: RichDouble).toByte
    Definition Classes
    ScalaNumericAnyConversions
  86. def toChar: Char

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: Double).toChar
    Definition Classes
    Double
  87. def toChar: Char

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: RichDouble).toChar
    Definition Classes
    ScalaNumericAnyConversions
  88. def toDouble: Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: Double).toDouble
    Definition Classes
    Double
  89. def toDouble: Double

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: RichDouble).toDouble
    Definition Classes
    ScalaNumericAnyConversions
  90. def toFloat: Float

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: Double).toFloat
    Definition Classes
    Double
  91. def toFloat: Float

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: RichDouble).toFloat
    Definition Classes
    ScalaNumericAnyConversions
  92. def toInt: Int

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: Double).toInt
    Definition Classes
    Double
  93. def toInt: Int

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: RichDouble).toInt
    Definition Classes
    ScalaNumericAnyConversions
  94. def toLong: Long

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: Double).toLong
    Definition Classes
    Double
  95. def toLong: Long

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: RichDouble).toLong
    Definition Classes
    ScalaNumericAnyConversions
  96. def toShort: Short

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: Double).toShort
    Definition Classes
    Double
  97. def toShort: Short

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is ambiguous. One or more implicitly inherited members have similar signatures, so calling this member may produce an ambiguous implicit conversion compiler error.
    To access this member you can use a type ascription:
    (number: RichDouble).toShort
    Definition Classes
    ScalaNumericAnyConversions
  98. def toString(): java.lang.String

    Implicit information
    This member is added by an implicit conversion from Number to RichDouble performed by method richDouble in scala.scalajs.js.LowPrioAnyImplicits.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: RichDouble).toString()
    Definition Classes
    Proxy → Any
  99. def unary_+: Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).unary_+
    Definition Classes
    Double
  100. def unary_-: Double

    Implicit information
    This member is added by an implicit conversion from Number to Double performed by method toDouble in scala.scalajs.js.Any.
    Shadowing
    This implicitly inherited member is shadowed by one or more members in this class.
    To access this member you can use a type ascription:
    (number: Double).unary_-
    Definition Classes
    Double

Inherited from Any

Inherited from AnyRef

Inherited from scala.Any

Inherited by implicit conversion toDouble from Number to Double

Inherited by implicit conversion richDouble from Number to RichDouble

Inherited by implicit conversion any2stringadd from Number to any2stringadd[Number]

Inherited by implicit conversion StringFormat from Number to StringFormat[Number]

Inherited by implicit conversion Ensuring from Number to Ensuring[Number]

Inherited by implicit conversion ArrowAssoc from Number to ArrowAssoc[Number]

Ungrouped