Uses of Class
Binary2
-
-
Uses of Binary2 in <Unnamed>
Methods in <Unnamed> that return Binary2 Modifier and Type Method Description Binary2
Binary2. padFront(int n)
Returns a new binary number equal to this binary number with n extra binary zeros inserted at the beginning of the number.Methods in <Unnamed> with parameters of type Binary2 Modifier and Type Method Description int
Binary2. compareTo(Binary2 other)
Compares this binary number to another binary number for order.
-