BigIntConstructor
trait StObject
class Object
trait Any
class Object
trait Matchable
class Any
Value members
Concrete methods
Interprets the low bits of a BigInt as a 2's-complement signed integer. All higher bits are discarded.
Interprets the low bits of a BigInt as a 2's-complement signed integer. All higher bits are discarded.
- Value Params
- bits
The number of low bits to use
- int
The BigInt whose bits to extract