basis.math.IntervalField

IntervalFieldElement

trait IntervalFieldElement extends IntervalRingElement with FieldElement

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

Source
IntervalField.scala
Linear Supertypes
Known Subclasses
Type Hierarchy Learn more about scaladoc diagrams
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. IntervalFieldElement
  2. FieldElement
  3. IntervalRingElement
  4. RingElement
  5. 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: IntervalField.Scalar

    Returns the inclusive lower bound of this interval.

    Returns the inclusive lower bound of this interval.

    Definition Classes
    IntervalFieldElementIntervalRingElement
  3. abstract def upper: IntervalField.Scalar

    Returns the inclusive upper bound of this interval.

    Returns the inclusive upper bound of this interval.

    Definition Classes
    IntervalFieldElementIntervalRingElement

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
    IntervalFieldElementFieldElementIntervalRingElementRingElement
  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
    IntervalFieldElementFieldElementIntervalRingElementRingElement
  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
    IntervalFieldElementFieldElementIntervalRingElementRingElement
  6. def /(that: Interval): Interval

    Returns the quotient of this interval divided by another interval.

    Returns the quotient of this interval divided by another interval.

    Definition Classes
    IntervalFieldElementFieldElement
  7. final def ==(arg0: Any): Boolean

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

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

    Returns true if a value lies on this interval.

    Returns true if a value lies on this interval.

    Definition Classes
    IntervalFieldElementIntervalRingElement
  10. def equals(other: Any): Boolean

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

    Definition Classes
    IntervalRingElement → Any
  12. def inverse: Interval

    Returns the multiplicative inverse of this interval.

    Returns the multiplicative inverse of this interval.

    Definition Classes
    IntervalFieldElementFieldElement
  13. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  14. def toString(): String

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

    Returns the additive inverse of this interval.

    Returns the additive inverse of this interval.

    Definition Classes
    IntervalFieldElementFieldElementIntervalRingElementRingElement

Inherited from IntervalField.RingElement

Inherited from Any

Ungrouped