c

aptus

Double_

implicit final class Double_ extends AnyVal

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

Instance Constructors

  1. new Double_(nmbr: Double)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  4. def add(n: Number): Double
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def assertRange(fromInclusive: Double, toExclusive: Double): Double
  7. def assertRangeInclusive(fromInclusive: Double, toInclusive: Double): Double
  8. def combine(n: Number)(f: (Double, Double) ⇒ Double): Double
  9. def divideBy(n: Number): Double
  10. def exp: Double
  11. def formatDecimals(decimals: Int): aptus.FormattedNumber
  12. def formatExplicit: aptus.FormattedNumber
  13. def formatUsLocale: aptus.FormattedNumber
  14. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  15. def isInBetween(fromInclusive: Double, toExclusive: Double): Boolean
  16. def isInBetweenExclusive(fromExclusive: Double, toExclusive: Double): Boolean
  17. def isInBetweenInclusive(fromInclusive: Double, toInclusive: Double): Boolean
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isNanOrInfinity: Boolean
  20. def log2: Double
  21. def maxDecimals(n: Int): Double
  22. def multiplyBy(n: Number): Double
  23. val nmbr: Double
  24. def significantFigures(setPrecision: Int): Double
  25. def significantFigures: Double
  26. def subtract(n: Number): Double
  27. def toString(): String
    Definition Classes
    Any

Inherited from AnyVal

Inherited from Any

Ungrouped