Trait

de.sciss.numbers.RichMixins

NAryDoubleOps

Related Doc: package RichMixins

Permalink

trait NAryDoubleOps extends Any

Self Type
NAryDoubleOps
Linear Supertypes
Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NAryDoubleOps
  2. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def getClass(): Class[_]

    Permalink
    Definition Classes
    Any
  2. abstract def toDouble: Double

    Permalink
    Attributes
    protected

Concrete Value Members

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

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

    Permalink
    Definition Classes
    Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  4. def absDif(b: Double): Double

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def atan2(b: Double): Double

    Permalink
  7. def clip(low: Double, high: Double): Double

    Permalink
  8. def clip2(b: Double): Double

    Permalink
  9. def difSqr(b: Double): Double

    Permalink
  10. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    Any
  11. def excess(b: Double): Double

    Permalink
  12. def expExp(inLow: Double, inHigh: Double, outLow: Double, outHigh: Double): Double

    Permalink
  13. def expLin(inLow: Double, inHigh: Double, outLow: Double, outHigh: Double): Double

    Permalink
  14. def fold(low: Double, high: Double): Double

    Permalink
  15. def fold2(b: Double): Double

    Permalink
  16. def hashCode(): Int

    Permalink
    Definition Classes
    Any
  17. def hypot(b: Double): Double

    Permalink
  18. def hypotApx(b: Double): Double

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def linExp(inLow: Double, inHigh: Double, outLow: Double, outHigh: Double): Double

    Permalink
  21. def linLin(inLow: Double, inHigh: Double, outLow: Double, outHigh: Double): Double

    Permalink
  22. def mod(b: Double): Double

    Permalink
  23. def pow(b: Double): Double

    Permalink
  24. def roundTo(b: Double): Double

    Permalink
  25. def roundUpTo(b: Double): Double

    Permalink
  26. def sqrDif(b: Double): Double

    Permalink
  27. def sqrSum(b: Double): Double

    Permalink
  28. def sumSqr(b: Double): Double

    Permalink
  29. def toString(): String

    Permalink
    Definition Classes
    Any
  30. def trunc(b: Double): Double

    Permalink
  31. def wrap(low: Double, high: Double): Double

    Permalink
  32. def wrap2(b: Double): Double

    Permalink

Inherited from Any

Ungrouped