IntegralOps (original) (raw)

Scala 3/scala/scala.math/Integral/IntegralOps

scala.math.Integral.IntegralOps

class IntegralOps(lhs: T) extends NumericOps

Attributes

Source

Integral.scala

Graph

Supertypes

class NumericOps

class Object

trait Matchable

class Any

Members list

Value members

Concrete methods

def %(rhs: T): T

Attributes

Source

Integral.scala

def /(rhs: T): T

Attributes

Source

Integral.scala

def /%(rhs: T): (T, T)

Attributes

Source

Integral.scala

Inherited methods

def *(rhs: T): Numeric.this.T

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

def +(rhs: T): Numeric.this.T

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

def -(rhs: T): Numeric.this.T

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

def abs: Numeric.this.T

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

def sign: Numeric.this.T

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

def toDouble: Double

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

def toFloat: Float

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

def toInt: Int

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

def toLong: Long

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

def unary_-: Numeric.this.T

Attributes

Inherited from:

NumericOps

Source

Numeric.scala

Deprecated and Inherited methods

def signum: Int

Attributes

Deprecated

[Since version 2.13.0] use `sign` method instead

Inherited from:

NumericOps

Source

Numeric.scala

In this article

Generated with

Copyright (c) 2002-2025, LAMP/EPFL

Copyright (c) 2002-2025, LAMP/EPFL