Constructor for creating an instance of Hexadecatet
a string or numeric value. If given value is a string then it should be a four (base 16) number representation of a 16bit value. If it is a number, then it should be a decimal number representation of a 16 bit value
Returns the numeric value in base 10 (ie decimal)
the numeric value in base 10 (ie decimal)
Returns the string representation of the base 16 representation of the value
the string representation of the base 16 representation of the value
A convenience method for constructing an instance of Hexadecatet from a decimal number representation of a 16 bit value
decimal number representation of a 16 bit value
an instance of Hexadecatet
A convenience method for constructing an instance of Hexadecatet from a four (base 16) number representation of a 16bit value.
the four (base 16) number
an instance of Hexadecatet
Generated using TypeDoc
A base 16 (hexadecimal) representation of a 16 bit value.
It consists of four (base 16) number. ie FFFF
It is used to represents the components of an IPv6 address