Packages

c

io.scalajs.npm.numeral

NumberEnrichment

implicit final class NumberEnrichment extends AnyVal

Number Enrichment

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NumberEnrichment
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NumberEnrichment(number: NumeralInstance)

    number

    the given number

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def *(aNumber: NumeralInstance): Double
    Annotations
    @inline()
  4. def *(value: Double): Double
    Annotations
    @inline()
  5. def *=(aNumber: NumeralInstance): number.type
    Annotations
    @inline()
  6. def *=(value: Double): number.type
    Annotations
    @inline()
  7. def +(aNumber: NumeralInstance): Double
    Annotations
    @inline()
  8. def +(value: Double): Double
    Annotations
    @inline()
  9. def +=(aNumber: NumeralInstance): number.type
    Annotations
    @inline()
  10. def +=(value: Double): number.type
    Annotations
    @inline()
  11. def -(aNumber: NumeralInstance): Double
    Annotations
    @inline()
  12. def -(value: Double): Double
    Annotations
    @inline()
  13. def -=(aNumber: NumeralInstance): number.type
    Annotations
    @inline()
  14. def -=(value: Double): number.type
    Annotations
    @inline()
  15. def /(aNumber: NumeralInstance): Double
    Annotations
    @inline()
  16. def /(value: Double): Double
    Annotations
    @inline()
  17. def /=(aNumber: NumeralInstance): number.type
    Annotations
    @inline()
  18. def /=(value: Double): number.type
    Annotations
    @inline()
  19. def <(aNumber: NumeralInstance): Boolean
    Annotations
    @inline()
  20. def <(value: Double): Boolean
    Annotations
    @inline()
  21. def <=(aNumber: NumeralInstance): Boolean
    Annotations
    @inline()
  22. def <=(value: Double): Boolean
    Annotations
    @inline()
  23. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  24. def >(aNumber: NumeralInstance): Boolean
    Annotations
    @inline()
  25. def >(value: Double): Boolean
    Annotations
    @inline()
  26. def >=(aNumber: NumeralInstance): Boolean
    Annotations
    @inline()
  27. def >=(value: Double): Boolean
    Annotations
    @inline()
  28. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  29. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. val number: NumeralInstance
  32. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped