Difference between revisions of "Template:Hex2dec/2/doc"

From blackwiki
Jump to navigation Jump to search
imported>Plastikspork
(Add doc)
 
imported>Ludwigs2
m (Reverted 1 edit by 216.48.129.54 (talk) identified as vandalism to last revision by DePiep. (TW))
 
(4 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
 
<!-- PLEASE ADD CATEGORIES AND INTERWIKIS AT THE BOTTOM OF THIS PAGE -->
  
This subtemplate of {{tl|hex2dec}} converts a particular character of a hex string into its decimal equivalent. This subtemplate is not meant to be called directly.
+
This subtemplate of {{tl|hex2dec}} converts a single character of a hex string into its decimal equivalent. This subtemplate is not meant to be called directly.
  
 
=== Usage ===
 
=== Usage ===
{{tlx|hex2dec/2|0xFFAADDEE|5}}
+
*{{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:
 +
*{{tl|Hex2dec/main}}: does the actual multiplication and addition to create a decimal number.
 +
*{{tl|Hex2dec/1}}: returns the length of the hexadecimal string.
  
=== See also ===
 
* {{tl|hex2dec}}
 
* {{tl|hex2dec/1}}
 
 
<includeonly>
 
<includeonly>
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
 
<!-- CATEGORIES AND INTERWIKIS HERE, THANKS -->
  
 
</includeonly>
 
</includeonly>

Latest revision as of 16:31, 28 January 2011

This subtemplate of {{hex2dec}} converts a single character of a hex string into its decimal equivalent. This subtemplate is not meant to be called directly.

Usage

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.