Difference between revisions of "Template:Hex2dec/2/doc"
< Template:Hex2dec | 2
Jump to navigation
Jump to search
imported>Ludwigs2 |
imported>DePiep (Specify example) |
||
| Line 5: | Line 5: | ||
=== Usage === | === Usage === | ||
| − | {{tlx|hex2dec/2| | + | *{{tlx|hex2dec/2|0xFFADBDEC|4}} --> {{hex2dec/2|0xFFADBDEC|4}}<br> |
| + | because on position 4 is value A, and A<sub>hex</sub>=10<sub>dec</sub>. Position count is from left, with the first position=0 (not 1). | ||
This template works in conjunction with the following templates: | This template works in conjunction with the following templates: | ||
Revision as of 11:04, 12 September 2010
| This is a documentation subpage for Template:Hex2dec/2. It contains usage information, categories and other content that is not part of the original template page. |
This subtemplate of {{hex2dec}} converts a particular character of a hex string into its decimal equivalent. This subtemplate is not meant to be called directly.
Usage
{{hex2dec/2|0xFFADBDEC|4}}--> 10
because on position 4 is value A, and Ahex=10dec. Position count is from left, with the first position=0 (not 1).
This template works in conjunction with the following templates:
- {{Hex2dec/main}}: does the actual multiplication and addition to create a decimal number.
- {{Hex2dec/1}}: returns the length of the hexadecimal string.