BitBound

final class BitBound(val bitBound: Long) 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.

Companion:
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

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
def /(rhs: Int): BitBound

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

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

def min(that: BitBound): BitBound
override def toString: String
Definition Classes
Any

Concrete fields