Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 105
RotateLeft
Name:
RotateLeft
Syntax:
INTEGER RotateLeft( INTEGER X, INTEGER Y );
Description:
Rotate X to the left (more significant direction) by Y bits; full 16 bits used. Same as 
{{ operator. See RotateRight on 
Parameters:
X is the INTEGER to have bits rotated
Y is the amount of bits to rotate
Return Value:
An INTEGER containing the result of the rotated bits.
Example:
INTEGER X, Y, result;
result = RotateLeft( X, Y ); 
Version:
SIMPL+ Version 3.01.06