Float

org.finos.morphir.runtime.RTValue.Primitive.Float
case class Float(value: Double) extends Numeric[Double], Comparable

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait Comparable
trait Numeric[Double]
trait Primitive[Double]
trait ValueResult[Double]
trait RTValue
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

final def compare(that: Comparable): Int

Attributes

Inherited from:
Comparable
override def isNumeric: Boolean

Attributes

Definition Classes
Inherited from:
Numeric
def printed: String

Attributes

Inherited from:
RTValue
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def succinct: String

Attributes

Inherited from:
RTValue
override def succinct(depth: Int): String

Attributes

Definition Classes
Inherited from:
Primitive

Concrete fields

lazy val fractionalHelper: Option[Fractional[Double]]
lazy val integralHelper: Option[Integral[Double]]
lazy val numericHelper: Numeric[Double]
val numericType: Type[Double]