Difference between revisions of "Manuals/calci/HEX"

From ZCubes Wiki
Jump to navigation Jump to search
 
Line 52: Line 52:
 
==Related Videos==
 
==Related Videos==
  
{{#ev:youtube|v=4EJay-6Bioo|280|center|GESTEP}}
+
{{#ev:youtube|v=4EJay-6Bioo|280|center|Hexa Decimal}}
  
 
==See Also==
 
==See Also==

Latest revision as of 16:04, 22 February 2019

HEX (a)


  • is any integer value.

Description

  • This function showing the hexa decimal value.
  • In HEX(a) is any integer value.
  • Hex is used to write the integer values using hexadecimal base format.
  • The word "Hexadecimal" means "based on 16".
  • There are 16 Hexadecimal digits.
  • A single Hexadecimal digit can show 16 different values instead of the normal 10.
  • They are the same as the decimal digits up to 9, but then there are the letters A, B, C, D, E and F in place of the decimal numbers 10 to 15.
Hexadecimal Decimal
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
A 10
B 11
C 12
D 13
E 14
F 15

Examples

Related Videos

Hexa Decimal

See Also

References