Ops

dfhdl.core.DFDouble$package.TDFDouble.Val.Ops
object Ops

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Ops.type

Members list

Extensions

Extensions

extension [P](lhs: DFValTP[DFDouble, P])
def *[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValTP[DFDouble, P | RP]
def +[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValTP[DFDouble, P | RP]
def -[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValTP[DFDouble, P | RP]
def /[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValTP[DFDouble, P | RP]
def <[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValOf[DFBool]
def <=[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValOf[DFBool]
def >[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValOf[DFBool]
def >=[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValOf[DFBool]
def max[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValTP[DFDouble, P | RP]
def min[RP](rhs: DFValTP[DFDouble, RP])(using DFC): DFValTP[DFDouble, P | RP]
def toScalaDouble(using DFC, ConstCheck[P]): Double
def unary_-(using DFC): DFValTP[DFDouble, P]