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
Ordering
- Alphabetic
- By Inheritance
Inherited
- BitBound
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new BitBound(bitBound: Long)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
##(): Int
- Definition Classes
- Any
- def *(rhs: Int): BitBound
- def *(that: BitBound): BitBound
- def +(rhs: Int): BitBound
- def +(that: BitBound): BitBound
- def -(rhs: Int): BitBound
- def -(that: BitBound): BitBound
- def /(rhs: Int): BitBound
- def /(that: BitBound): BitBound
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val bitBound: Long
-
def
decimalDigits: Long
Returns the minimum number of absolute decimal digits required to represent this separation bound.
-
def
getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def min(that: BitBound): BitBound
-
def
toString(): String
- Definition Classes
- BitBound → Any
- def unary_-: BitBound