Class

io.scalajs.npm.numeral

NumberEnrichment

Related Doc: package numeral

Permalink

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)

    Permalink

    number

    the given number

Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. def *(aNumber: NumeralInstance): Double

    Permalink
    Annotations
    @inline()
  4. def *(value: Double): Double

    Permalink
    Annotations
    @inline()
  5. def *=(aNumber: NumeralInstance): number.type

    Permalink
    Annotations
    @inline()
  6. def *=(value: Double): number.type

    Permalink
    Annotations
    @inline()
  7. def +(aNumber: NumeralInstance): Double

    Permalink
    Annotations
    @inline()
  8. def +(value: Double): Double

    Permalink
    Annotations
    @inline()
  9. def +=(aNumber: NumeralInstance): number.type

    Permalink
    Annotations
    @inline()
  10. def +=(value: Double): number.type

    Permalink
    Annotations
    @inline()
  11. def -(aNumber: NumeralInstance): Double

    Permalink
    Annotations
    @inline()
  12. def -(value: Double): Double

    Permalink
    Annotations
    @inline()
  13. def -=(aNumber: NumeralInstance): number.type

    Permalink
    Annotations
    @inline()
  14. def -=(value: Double): number.type

    Permalink
    Annotations
    @inline()
  15. def /(aNumber: NumeralInstance): Double

    Permalink
    Annotations
    @inline()
  16. def /(value: Double): Double

    Permalink
    Annotations
    @inline()
  17. def /=(aNumber: NumeralInstance): number.type

    Permalink
    Annotations
    @inline()
  18. def /=(value: Double): number.type

    Permalink
    Annotations
    @inline()
  19. def <(aNumber: NumeralInstance): Boolean

    Permalink
    Annotations
    @inline()
  20. def <(value: Double): Boolean

    Permalink
    Annotations
    @inline()
  21. def <=(aNumber: NumeralInstance): Boolean

    Permalink
    Annotations
    @inline()
  22. def <=(value: Double): Boolean

    Permalink
    Annotations
    @inline()
  23. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  24. def >(aNumber: NumeralInstance): Boolean

    Permalink
    Annotations
    @inline()
  25. def >(value: Double): Boolean

    Permalink
    Annotations
    @inline()
  26. def >=(aNumber: NumeralInstance): Boolean

    Permalink
    Annotations
    @inline()
  27. def >=(value: Double): Boolean

    Permalink
    Annotations
    @inline()
  28. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  29. def getClass(): Class[_ <: AnyVal]

    Permalink
    Definition Classes
    AnyVal → Any
  30. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  31. val number: NumeralInstance

    Permalink

    the given number

  32. def toString(): String

    Permalink
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped