FloatConstantModule

Methods of the module object val FloatConstant

Source:
Quotes.scala
class Object
trait Matchable
class Any

Value members

Abstract methods

Create a constant Float value

Create a constant Float value

Source:
Quotes.scala
def unapply(constant: FloatConstant): Some[Float]

Match Float value constant and extract its value

Match Float value constant and extract its value

Source:
Quotes.scala