IntInterval

slash.interval.IntInterval
See theIntInterval companion object
case class IntInterval extends DiscreteInterval[Int]

Attributes

Companion
object
Source
Interval.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Interval[Int]
trait Sampleable[Int]
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

inline override def contains(x: Int): Boolean

Attributes

Definition Classes
Source
Interval.scala
override def mean: Double

Attributes

Definition Classes
Source
Interval.scala
override def median: Int

Attributes

Definition Classes
Source
Interval.scala
override def norm: Int

Attributes

Definition Classes
Source
Interval.scala
inline override def random(r0: Random): Int

Attributes

Definition Classes
Source
Interval.scala
override def rangeContains(x: Double): Boolean

Attributes

Definition Classes
Source
Interval.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product
inline def sample(n: Int, r: Random): Array[DOMAIN]

Attributes

Inherited from:
Sampleable
Source
Sampleable.scala
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Interval -> Any
Inherited from:
Interval
Source
Interval.scala

Inherited fields

lazy val closed: Boolean

Attributes

Inherited from:
Interval
Source
Interval.scala
lazy val leftClosed: Boolean

Attributes

Inherited from:
Interval
Source
Interval.scala
lazy val leftOpen: Boolean

Attributes

Inherited from:
Interval
Source
Interval.scala
lazy val open: Boolean

Attributes

Inherited from:
Interval
Source
Interval.scala
lazy val rightClosed: Boolean

Attributes

Inherited from:
Interval
Source
Interval.scala
lazy val rightOpen: Boolean

Attributes

Inherited from:
Interval
Source
Interval.scala
lazy val set_MAX: Int

Attributes

Inherited from:
Interval
Source
Interval.scala
lazy val set_min: Int

Attributes

Inherited from:
Interval
Source
Interval.scala