NumericOps

scala.math.Numeric.NumericOps
class NumericOps(lhs: T)

Attributes

Source
Numeric.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def *(rhs: T): T

Attributes

Source
Numeric.scala
def +(rhs: T): T

Attributes

Source
Numeric.scala
def -(rhs: T): T

Attributes

Source
Numeric.scala
def abs: T

Attributes

Source
Numeric.scala
def sign: T

Attributes

Source
Numeric.scala

Attributes

Source
Numeric.scala
def toFloat: Float

Attributes

Source
Numeric.scala
def toInt: Int

Attributes

Source
Numeric.scala
def toLong: Long

Attributes

Source
Numeric.scala
def unary_-: T

Attributes

Source
Numeric.scala

Deprecated methods

def signum: Int

Attributes

Deprecated
[Since version 2.13.0]
Source
Numeric.scala