BinaryUtils
A collection of binary number utilities.
Static Method Summary
Static Public Methods | ||
public static |
createBinaryString(n: Number, minBits: Number): String Creates a binary string representation of the given number. |
|
public static |
Interpretes the given string as a binary number. |