basis.math.IntervalRing

IntervalRingElement

trait IntervalRingElement extends RingElement

A closed set of elements between two points of an ordered ring.

Source
IntervalRing.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntervalRingElement
  2. RingElement
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

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

    Definition Classes
    Any
  2. abstract def lower: Scalar

    Returns the inclusive lower bound of this interval.

  3. abstract def upper: Scalar

    Returns the inclusive upper bound of this interval.

Concrete Value Members

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

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

    Definition Classes
    Any
  3. def *(that: Interval): Interval

    Returns the product of this interval times another interval.

    Returns the product of this interval times another interval.

    Definition Classes
    IntervalRingElementRingElement
  4. def +(that: Interval): Interval

    Returns the sum of this interval and another interval.

    Returns the sum of this interval and another interval.

    Definition Classes
    IntervalRingElementRingElement
  5. def -(that: Interval): Interval

    Returns the difference between this interval and another interval.

    Returns the difference between this interval and another interval.

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

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

    Definition Classes
    Any
  8. def contains(value: Scalar): Boolean

    Returns true if a value lies on this interval.

  9. def equals(other: Any): Boolean

    Definition Classes
    IntervalRingElement → Any
  10. def hashCode(): Int

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

    Definition Classes
    Any
  12. def toString(): String

    Definition Classes
    IntervalRingElement → Any
  13. def unary_-: Interval

    Returns the additive inverse of this interval.

    Returns the additive inverse of this interval.

    Definition Classes
    IntervalRingElementRingElement

Inherited from IntervalRing.RingElement

Inherited from Any

Ungrouped