Packages

class FixedPoint extends AnyRef

Source
fixedpoint.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. FixedPoint
  2. AnyRef
  3. Any
Implicitly
  1. by richDrxAny
  2. by any2stringadd
  3. by StringFormat
  4. by Ensuring
  5. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new FixedPoint(m: Int, n: Int, q: Long, keepLeftArgSize: Boolean)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def *(that: Q): Q
  4. def +(that: Q): Q
  5. def -(that: Q): Q
  6. def ->[B](y: B): (FixedPoint, B)
    Implicit
    This member is added by an implicit conversion from FixedPoint toArrowAssoc[FixedPoint] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  7. def /(that: Q): Q
  8. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. val N: Int
  10. def apply(x: Double): Q
  11. def applyIf(t: Boolean, f: (FixedPoint) => FixedPoint): FixedPoint
    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  12. def applyIf(t: (FixedPoint) => Boolean)(f: (FixedPoint) => FixedPoint): FixedPoint

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  13. def as(q: Q): Q
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def asQ(mNew: Int, nNew: Int, keepLeftArgSizeNew: Boolean = false): Q
  16. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  17. def elementOf(xs: Set[FixedPoint]): Boolean
    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  18. def ensuring(cond: (FixedPoint) => Boolean, msg: => Any): FixedPoint
    Implicit
    This member is added by an implicit conversion from FixedPoint toEnsuring[FixedPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: (FixedPoint) => Boolean): FixedPoint
    Implicit
    This member is added by an implicit conversion from FixedPoint toEnsuring[FixedPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean, msg: => Any): FixedPoint
    Implicit
    This member is added by an implicit conversion from FixedPoint toEnsuring[FixedPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. def ensuring(cond: Boolean): FixedPoint
    Implicit
    This member is added by an implicit conversion from FixedPoint toEnsuring[FixedPoint] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  22. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  23. def equals(that: Any): Boolean
    Definition Classes
    FixedPoint → AnyRef → Any
  24. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  25. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from FixedPoint toStringFormat[FixedPoint] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  26. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. val keepLeftArgSize: Boolean
  30. val m: Int
  31. lazy val max: Double
  32. lazy val maxQ: Long
  33. lazy val min: Double
  34. lazy val minQ: Long
  35. val n: Int
  36. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  37. def noneIf(f: (FixedPoint) => Boolean): Option[FixedPoint]
    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  40. def optionIf(f: (FixedPoint) => Boolean): Option[FixedPoint]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  41. def preApply[B](f: (FixedPoint) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  42. val q: Long
  43. lazy val resolution: Double
  44. def sat: Q
  45. def sideEffect(f: (FixedPoint) => Unit): FixedPoint

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  46. def someIf(f: (FixedPoint) => Boolean): Option[FixedPoint]
    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  47. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  48. val thisAny: FixedPoint
    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  49. def toString(): String
    Definition Classes
    FixedPoint → AnyRef → Any
  50. def unary_-: FixedPoint
  51. lazy val value: Double
  52. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  54. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  55. def withRounding: Q

Shadowed Implicit Value Members

  1. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from FixedPoint toany2stringadd[FixedPoint] 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:
    (fixedPoint: any2stringadd[FixedPoint]).+(other)
    Definition Classes
    any2stringadd

Deprecated Value Members

  1. def ?>(f: (FixedPoint) => Boolean): Option[FixedPoint]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def |>[B](f: (FixedPoint) => B): B
    Implicit
    This member is added by an implicit conversion from FixedPoint toDrxAny[FixedPoint] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  3. def [B](y: B): (FixedPoint, B)
    Implicit
    This member is added by an implicit conversion from FixedPoint toArrowAssoc[FixedPoint] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromFixedPoint to DrxAny[FixedPoint]

Inherited by implicit conversion any2stringadd fromFixedPoint to any2stringadd[FixedPoint]

Inherited by implicit conversion StringFormat fromFixedPoint to StringFormat[FixedPoint]

Inherited by implicit conversion Ensuring fromFixedPoint to Ensuring[FixedPoint]

Inherited by implicit conversion ArrowAssoc fromFixedPoint to ArrowAssoc[FixedPoint]

Ungrouped