Packages

final class BitBound extends AnyVal

A bit bound represents either an upper or lower bound as some power of 2. Specifically, the bound is typically either 2^bitBound or 2^-bitBound.

Linear Supertypes
AnyVal, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. BitBound
  2. AnyVal
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new BitBound(bitBound: Long)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    Any
  2. final def ##(): Int
    Definition Classes
    Any
  3. def *(rhs: Int): BitBound
  4. def *(that: BitBound): BitBound
  5. def +(rhs: Int): BitBound
  6. def +(that: BitBound): BitBound
  7. def -(rhs: Int): BitBound
  8. def -(that: BitBound): BitBound
  9. def /(rhs: Int): BitBound
  10. def /(that: BitBound): BitBound
  11. final def ==(arg0: Any): Boolean
    Definition Classes
    Any
  12. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  13. val bitBound: Long
  14. def decimalDigits: Long

    Returns the minimum number of absolute decimal digits required to represent this separation bound.

  15. def getClass(): Class[_ <: AnyVal]
    Definition Classes
    AnyVal → Any
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def min(that: BitBound): BitBound
  18. def toString(): String
    Definition Classes
    BitBound → Any
  19. def unary_-: BitBound

Inherited from AnyVal

Inherited from Any

Ungrouped