الگو:Hex2dec/توضیحات

از پژوهشکده امر به معروف
نسخهٔ تاریخ ‏۶ آذر ۱۳۹۲، ساعت ۰۲:۳۶ توسط Admin (نظرات | مشارکت‌ها) (۱ نسخه)

(تفاوت) → نسخهٔ قدیمی‌تر | نمایش نسخهٔ فعلی (تفاوت) | نسخهٔ جدیدتر ← (تفاوت)
پرش به: ناوبری، جستجو

Usage

Works for all values in the range 0x000xFFFFFFFF.

The template also accepts lowercase and padded hexadecimals with or without the prefix "0x":

Technical details

This template works in conjunction with the following subtemplates:

  • {{Hex2dec/main}}: does the actual multiplication and addition to create a decimal number.
  • {{Hex2dec/1}}: returns the length of the hexadecimal string.
  • {{Hex2dec/2}}: converts individual hexadecimal characters into their decimal equivalent.

See also