ContinuousInterval

slash.interval.ContinuousInterval
See theContinuousInterval companion object
case class ContinuousInterval extends Interval[Double]

Attributes

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

Members list

Value members

Concrete methods

inline override def contains(x: Double): Boolean

Attributes

Definition Classes
Source
Interval.scala
override def mean: Double

Attributes

Definition Classes
Source
Interval.scala
override def norm: Double

Attributes

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

Attributes

Definition Classes
Source
Interval.scala
inline 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[Double]

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: Double

Attributes

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

Attributes

Inherited from:
Interval
Source
Interval.scala