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

Abstract Value Members

  1. abstract def %(that: Dynamic): Number

  2. abstract def %(that: Number): Number

  3. abstract def &(that: Dynamic): Number

  4. abstract def &(that: Number): Number

  5. abstract def *(that: Dynamic): Number

  6. abstract def *(that: Number): Number

  7. abstract def +(that: Dynamic): Dynamic

  8. abstract def +(that: Number): Number

  9. abstract def -(that: Dynamic): Number

  10. abstract def -(that: Number): Number

  11. abstract def /(that: Dynamic): Number

  12. abstract def /(that: Number): Number

  13. abstract def <(that: Dynamic): Boolean

  14. abstract def <(that: Number): Boolean

  15. abstract def <<(that: Dynamic): Number

  16. abstract def <<(that: Number): Number

  17. abstract def <=(that: Dynamic): Boolean

  18. abstract def <=(that: Number): Boolean

  19. abstract def >(that: Dynamic): Boolean

  20. abstract def >(that: Number): Boolean

  21. abstract def >=(that: Dynamic): Boolean

  22. abstract def >=(that: Number): Boolean

  23. abstract def >>(that: Dynamic): Number

  24. abstract def >>(that: Number): Number

  25. abstract def >>>(that: Dynamic): Number

  26. abstract def >>>(that: Number): Number

  27. abstract def ^(that: Dynamic): Number

  28. abstract def ^(that: Number): Number

  29. abstract def unary_+(): Number

  30. abstract def unary_-(): Number

  31. abstract def unary_~(): Number

  32. abstract def |(that: Dynamic): Number

  33. abstract def |(that: Number): Number

Concrete Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. 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()
  4. final def ==(arg0: scala.Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  5. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  8. 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.Any.
    Definition Classes
    RichDouble
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. 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.Any.
    Definition Classes
    OrderedProxy → Ordered
  11. 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.Any.
    Definition Classes
    Ordered → Comparable
  12. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  13. 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
  14. 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
  15. 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
  16. 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
  17. final def eq(arg0: AnyRef): scala.Boolean

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

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

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  21. 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.Any.
    Definition Classes
    RichDouble
  22. 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()
  23. final def getClass(): Class[_]

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

    Definition Classes
    AnyRef → Any
  25. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  26. 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.Any.
    Definition Classes
    RichDouble
  27. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  28. 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.Any.
    Definition Classes
    RichDouble
  29. 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.Any.
    Definition Classes
    RichDouble
  30. 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.Any.
    Definition Classes
    RichDouble
  31. 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.Any.
    Definition Classes
    RichDouble → ScalaNumericAnyConversions
  32. 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.Any.
    Definition Classes
    RichDouble → ScalaNumericAnyConversions
  33. 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.Any.
    Definition Classes
    RichDouble → ScalaNumericAnyConversions
  34. 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.Any.
    Definition Classes
    RichDouble → ScalaNumericAnyConversions
  35. 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.Any.
    Definition Classes
    RichDouble → FractionalProxy → ScalaNumericAnyConversions
  36. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  37. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy
  38. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy
  39. final def ne(arg0: AnyRef): scala.Boolean

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

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

    Definition Classes
    AnyRef
  42. 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.Any.
    Definition Classes
    RichDouble
  43. 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.Any.
    Definition Classes
    RichDouble → Typed → Proxy
  44. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy → ScalaNumericAnyConversions
  45. 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.Any.
    Definition Classes
    RichDouble → ScalaNumberProxy
  46. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  47. 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.Any.
    Definition Classes
    FractionalProxy → RangedProxy
  48. 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.Any.
    Definition Classes
    FractionalProxy → RangedProxy
  49. 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.Any.
    Definition Classes
    RichDouble
  50. def toExponential(): String

  51. 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

  52. def toFixed(): String

  53. 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

  54. def toPrecision(): String

  55. 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

  56. 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.Any.
    Definition Classes
    RichDouble
  57. def toString(radix: Number): String

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

    Definition Classes
    AnyRef → Any
  59. 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.Any.
    Definition Classes
    ScalaNumberProxy → ScalaNumericAnyConversions
  60. 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.Any.
    Definition Classes
    FractionalProxy → RangedProxy
  61. 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.Any.
    Definition Classes
    FractionalProxy → RangedProxy
  62. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  65. 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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.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: 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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.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: 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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.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: 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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.prim.Number.
    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.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: 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.prim.Number.
    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.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: 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.prim.Number.
    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.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: 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.prim.Number.
    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.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: 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.prim.Number.
    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.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: 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.prim.Number.
    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.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: 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.prim.Number.
    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.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: 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.prim.Number.
    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.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: 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.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: 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.prim.Number.
    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.prim.Number.
    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 unary_!(): js.Boolean

    Definition Classes
    Any
    Annotations
    @deprecated
    Deprecated

    (Since version 0.5.0)

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