Package | Description |
---|---|
org.uncommons.maths.binary |
Classes for manipulating binary data.
|
Modifier and Type | Method and Description |
---|---|
BitString |
BitString.clone() |
static BitString |
BinaryUtils.convertDoubleToFixedPointBits(double value)
Converts a floating point value in the range 0 - 1 into a fixed
point bit string (where the most significant bit has a value of 0.5).
|
Modifier and Type | Method and Description |
---|---|
void |
BitString.swapSubstring(BitString other,
int start,
int length)
An efficient method for exchanging data between two bit strings.
|
Copyright © 2015. All rights reserved.