From professional translators, enterprises, web pages and freely available translation repositories.
bitlshift(valore; dimensione spostamento)
bitlshift(value; shift size)
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
bitand, bitor, bitxor, bitlshift, bitrshiftname
bitand, bitor, bitxor, bitlshift, bitrshift
Last Update: 2011-10-23
Usage Frequency: 2
Quality:
la funzione bitlshift() esegue uno spostamento a sinistra, bit per bit, del primo parametro. il numero di bit di cui spostare è specificato dal secondo parametro. nota che se il secondo parametro è negativo, lo spostamento diventerà verso destra.
the bitlshift() function performs a bit-wise left shift operation of the first parameter. the number of bits to shift by is specified by the second parameter. note that a negative number of bits to left shift by becomes a right shift.
Last Update: 2011-10-23
Usage Frequency: 2
Quality: