Index
All Classes and Interfaces|All Packages|Constant Field Values
H
- hexadecimalToBaseN(String, int) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Hexadecimal to base n string.
- hexadecimalToBinary(String) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Converts a hexadecimal string to a binary string
- hexadecimalToDecimal(String) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Converts a hexadecimal string to a decimal number
- hexadecimalToOctal(String) - Method in class mathvoyage.NumberSystem.BaseConverter
-
Hexadecimal to octal string.
- hexToBin(String) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a hexadecimal number (string) to a binary number (string).
- hexToDec(String) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a Hexadecimal number (string) to decimal number (double).
- hexToN(String, int) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a number from hexadecimal to any base
- hexToOct(String) - Static method in class mathvoyage.vmath.baseConverter
-
Converts a number from hexadecimal to octal
All Classes and Interfaces|All Packages|Constant Field Values