전문 번역가, 번역 회사, 웹 페이지 및 자유롭게 사용할 수 있는 번역 저장소 등을 활용합니다.
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
품질: