ai.dragonfly.math.interval.Interval
See theInterval companion object
case class Interval[DOMAIN](code: Int, min: DOMAIN, MAX: DOMAIN)(using `#`: Numeric[DOMAIN]) extends Sampleable[DOMAIN]
Attributes
- Companion
- object
- Source
- Interval.scala
- Graph
-
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Sampleable[DOMAIN]class Objecttrait Matchableclass AnyShow all
Members list
Value members
Concrete methods
Attributes
- Source
- Interval.scala
Attributes
- Source
- Interval.scala
Attributes
- Source
- Interval.scala
Attributes
- Source
- Interval.scala
Attributes
- Source
- Interval.scala
Attributes
- Source
- Interval.scala
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
-
Any
- Source
- Interval.scala
Inherited methods
Attributes
- Inherited from:
- Product
Attributes
- Inherited from:
- Product
Concrete fields
Attributes
- Source
- Interval.scala
Attributes
- Source
- Interval.scala
Attributes
- Source
- Interval.scala
In this article