scala.math.Numeric.LongIsIntegral

Ops

class Ops extends AnyRef

definition classes: NumericOrdering

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def *(rhs: T): T

  2. def +(rhs: T): T

  3. def -(rhs: T): T

  4. def abs(): T

  5. def equals(arg0: Any): Boolean

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

  6. def hashCode(): Int

    Returns a hash code value for the object

  7. def signum(): Int

  8. def toDouble(): Double

  9. def toFloat(): Float

  10. def toInt(): Int

  11. def toLong(): Long

  12. def toString(): String

    Returns a string representation of the object

  13. def unary_-(): T

Instance constructors

  1. new Ops(lhs: T)

  2. new Ops()