Change base to hexadecimal. More...

Public Member Functions | |
| Hex () | |
| String[] | name_array () |
| Array used to construct name() and shortName() String objects. | |
Static Public Member Functions | |
| static void | main (String args[]) |
Static Private Attributes | |
| static final String[] | fname = { "H", "e", "x" } |
Change base to hexadecimal.
| jscicalc.pobject.Hex.Hex | ( | ) |
References jscicalc.pobject.PObject.fshortcut, and jscicalc.pobject.PObject.ftooltip.
| static void jscicalc.pobject.Hex.main | ( | String | args[] | ) | [static] |
References jscicalc.pobject.PObject.name().
| String [] jscicalc.pobject.Hex.name_array | ( | ) | [virtual] |
Array used to construct name() and shortName() String objects.
Implements jscicalc.pobject.PObject.
References jscicalc.pobject.Hex.fname.
final String [] jscicalc.pobject.Hex.fname = { "H", "e", "x" } [static, private] |
Referenced by jscicalc.pobject.Hex.name_array().
1.7.1