来自专业的译者、企业、网页和免费的翻译库。
bitlshift(valore; dimensione spostamento)
bitlshift(value; shift size)
最后更新: 2011-10-23
使用频率: 2
质量:
bitand, bitor, bitxor, bitlshift, bitrshiftname
bitand, bitor, bitxor, bitlshift, bitrshift
最后更新: 2011-10-23
使用频率: 2
质量:
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.
最后更新: 2011-10-23
使用频率: 2
质量: