Uses of Class
org.uncommons.maths.binary.BitString
Packages that use BitString
-
Uses of BitString in org.uncommons.maths.binary
Methods in org.uncommons.maths.binary that return BitStringModifier and TypeMethodDescriptionBitString.clone()static BitStringBinaryUtils.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).Methods in org.uncommons.maths.binary with parameters of type BitStringModifier and TypeMethodDescriptionvoidBitString.swapSubstring(BitString other, int start, int length) An efficient method for exchanging data between two bit strings.