scala.math.Numeric.BigDecimalAsIfIntegral

IntegralOps

class IntegralOps extends Ops

definition classes: Integral

Inherits

  1. Ops
  2. AnyRef
  3. Any

Value Members

  1. def %(rhs: T): T

  2. def *(rhs: T): T

  3. def +(rhs: T): T

  4. def -(rhs: T): T

  5. def /(rhs: T): T

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

  7. def abs(): T

  8. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  9. def hashCode(): Int

    Returns a hash code value for the object

  10. def signum(): Int

  11. def toDouble(): Double

  12. def toFloat(): Float

  13. def toInt(): Int

  14. def toLong(): Long

  15. def toString(): String

    Returns a string representation of the object

  16. def unary_-(): T

Instance constructors

  1. new IntegralOps(lhs: T)

  2. new IntegralOps()