DoubleConstant

scala.quoted.runtime.impl.QuotesImpl.reflect$.DoubleConstant$

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Concrete methods

def apply(x: Double): DoubleConstant

Create a constant Double value

Create a constant Double value

Attributes

def unapply(constant: DoubleConstant): Some[Double]

Match Double value constant and extract its value

Match Double value constant and extract its value

Attributes