Reference.BitClear History
Hide minor edits - Show changes to markup
June 01, 2010, at 04:46 PM
by Equipo Traduccion -
Changed lines 3-8 from:
Description
Clears (writes a 0 to) a bit of a numeric variable.
Syntax
to:
Descripción
Limpia (pone a cero) un bit de una variable numérica.
Sintaxis
Changed lines 11-22 from:
Parameters
x: the numeric variable whose bit to clear
n: which bit to clear, starting at 0 for the least-significant (rightmost) bit
Returns
none
See also
to:
Parámetros
x: la variable numérica con el bit a limpiar
n: cual de los bits queremos limpiar, empezando en el 0 por el bit menos significativo (el que está más a la derecha)
Devuelve
nada
Mira también
November 02, 2008, at 05:35 AM
by David A. Mellis -
Added lines 1-27:
bitClear()
Description
Clears (writes a 0 to) a bit of a numeric variable.
Syntax
bitClear(x, n)
Parameters
x: the numeric variable whose bit to clear
n: which bit to clear, starting at 0 for the least-significant (rightmost) bit
Returns
none
See also