Loading...

Reference.HighByte History

Hide minor edits - Show changes to markup

June 02, 2010, at 07:03 PM by Equipo Traduccion -
Changed lines 3-8 from:

Description

Extracts the high-order (leftmost) byte of a word (or the second lowest byte of a larger data type).

Syntax

to:

Descripción.

Extrae el byte de orden superior (el más a la izquierda) de una palabra (o del segundo byte más bajo de un tipo de dato largo)

Sintaxis.

Changed lines 11-16 from:

Parameters

x: a value of any type

Returns

to:

Parametros.

x: un valor de cualquier tipo.

Retorna:

Changed lines 19-20 from:

See also

to:

Ver también:

November 28, 2009, at 11:38 PM by David A. Mellis -
Changed lines 5-6 from:

Extracts the high-order (rightmost) byte of a word (or the second lowest byte of a larger data type).

to:

Extracts the high-order (leftmost) byte of a word (or the second lowest byte of a larger data type).

February 09, 2009, at 06:43 AM by David A. Mellis -
Added line 21:
February 08, 2009, at 08:52 AM by David A. Mellis -
Changed lines 1-2 from:

lhighByte()

to:

highByte()

February 08, 2009, at 08:51 AM by David A. Mellis -
Added lines 1-21:

lhighByte()

Description

Extracts the high-order (rightmost) byte of a word (or the second lowest byte of a larger data type).

Syntax

highByte(x)

Parameters

x: a value of any type

Returns

byte

See also