basis.math.binary64

ZInterval

final class ZInterval extends binary64.ZInterval.IntervalRingElement

A closed interval of 64-bit two's complement integer values.

Source
ZInterval.scala
Version

0.1

Since

0.1

Linear Supertypes
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ZInterval
  2. IntervalRingElement
  3. RingElement
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZInterval(lower: Integer, upper: Integer)

Value Members

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

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

    Definition Classes
    AnyRef → Any
  3. def *(that: ZInterval): ZInterval

    Returns the product of this interval times another interval.

    Returns the product of this interval times another interval.

    Definition Classes
    ZIntervalIntervalRingElementRingElement
  4. def +(that: ZInterval): ZInterval

    Returns the sum of this interval and another interval.

    Returns the sum of this interval and another interval.

    Definition Classes
    ZIntervalIntervalRingElementRingElement
  5. def -(that: ZInterval): ZInterval

    Returns the difference between this interval and another interval.

    Returns the difference between this interval and another interval.

    Definition Classes
    ZIntervalIntervalRingElementRingElement
  6. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def contains(value: Integer): Boolean

    Returns true if a value lies on this interval.

    Returns true if a value lies on this interval.

    Definition Classes
    ZIntervalIntervalRingElement
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(other: Any): Boolean

    Definition Classes
    IntervalRingElement → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  14. def hashCode(): Int

    Definition Classes
    IntervalRingElement → Any
  15. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  16. val lower: Integer

    Returns the inclusive lower bound of this interval.

    Returns the inclusive lower bound of this interval.

    Definition Classes
    ZIntervalIntervalRingElement
  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

    Definition Classes
    AnyRef
  19. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  20. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  21. def toString(): String

    Definition Classes
    IntervalRingElement → Any
  22. def unary_-: ZInterval

    Returns the additive inverse of this interval.

    Returns the additive inverse of this interval.

    Definition Classes
    ZIntervalIntervalRingElementRingElement
  23. val upper: Integer

    Returns the inclusive upper bound of this interval.

    Returns the inclusive upper bound of this interval.

    Definition Classes
    ZIntervalIntervalRingElement
  24. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  25. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from ZInterval.RingElement

Inherited from AnyRef

Inherited from Any

Ungrouped