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 any2stringfmt
  5. by any2ArrowAssoc
  6. by any2Ensuring
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: scala.Any): scala.Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

  5. def %(that: Number): Number

  6. def &(that: Dynamic): Number

  7. def &(that: Number): Number

  8. def *(that: Dynamic): Number

  9. def *(that: Number): Number

  10. def +(that: Dynamic): Dynamic

  11. def +(that: Number): Number

  12. def -(that: Dynamic): Number

  13. def -(that: Number): Number

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

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

  16. def /(that: Number): Number

  17. def <(that: Dynamic): Boolean

  18. def <(that: Number): Boolean

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

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

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

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

  23. final def ==(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  24. final def ==(arg0: scala.Any): scala.Boolean

    Definition Classes
    Any
  25. def >(that: Dynamic): Boolean

  26. def >(that: Number): Boolean

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

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

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

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

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

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

  33. def ^(that: Dynamic): Number

  34. def ^(that: Number): Number

  35. 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
    ScalaNumberProxy
  36. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  37. 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
    ScalaNumberProxy → ScalaNumericAnyConversions
  38. 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
  39. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. 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
  41. 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
  42. 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
    ScalaNumberProxy → ScalaNumericAnyConversions
  43. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  44. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  45. 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 any2Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  46. def ensuring(cond: scala.Boolean): Number

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

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  50. 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
    ScalaNumberProxy → ScalaNumericAnyConversions
  51. 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
  52. def formatted(fmtstr: Predef.String): Predef.String

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

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

    Definition Classes
    AnyRef → Any
  55. 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
    ScalaNumberProxy → ScalaNumericAnyConversions
  56. 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
  57. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  58. 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
  59. 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
  60. 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
  61. 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
  62. 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
  63. 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
  64. 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
  65. 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
    ScalaNumberProxy → ScalaNumericAnyConversions
  66. 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
    ScalaNumberProxy
  67. 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
    ScalaNumberProxy
  68. final def ne(arg0: AnyRef): scala.Boolean

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

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

    Definition Classes
    AnyRef
  71. 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
  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
    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
    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 any2ArrowAssoc 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): java.lang.String

    Implicit information
    This member is added by an implicit conversion from Number to StringAdd 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: StringAdd).+(other)
    Definition Classes
    StringAdd
  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. 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.
    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).self
    Definition Classes
    RichDouble → Typed → Proxy
  85. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from Number to StringAdd performed by method any2stringadd in scala.Predef.
    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: StringAdd).self
    Definition Classes
    StringAdd
  86. val self: scala.Any

    Implicit information
    This member is added by an implicit conversion from Number to StringFormat performed by method any2stringfmt in scala.Predef.
    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: StringFormat).self
    Definition Classes
    StringFormat
  87. 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
  88. 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
  89. 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
  90. 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
  91. 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
  92. 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
  93. 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
  94. 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
  95. 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
  96. 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
  97. 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
  98. 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
  99. 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
  100. 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
  101. 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
  102. 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
  103. 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

Deprecated Value Members

  1. def x: Number

    Implicit information
    This member is added by an implicit conversion from Number to ArrowAssoc[Number] performed by method any2ArrowAssoc in scala.Predef.
    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: ArrowAssoc[Number]).x
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use leftOfArrow instead

  2. def x: Number

    Implicit information
    This member is added by an implicit conversion from Number to Ensuring[Number] performed by method any2Ensuring in scala.Predef.
    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: Ensuring[Number]).x
    Definition Classes
    Ensuring
    Annotations
    @deprecated
    Deprecated

    (Since version 2.10.0) Use resultOfEnsuring instead

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 StringAdd

Inherited by implicit conversion any2stringfmt from Number to StringFormat

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

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

Ungrouped