Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Crestron SIMPL+
®
Software 
Language Reference Guide - DOC. 5797G
 SIMPL+
®
 
z 107
RotateLeftLong
Name:
RotateLeftLong
Syntax:
LONG_INTEGER RotateLeftLong( LONG_INTEGER X, INTEGER Y 
);
Description:
Rotate X to the left by Y bits; full 32 bits used.
Parameters:
X is the LONG_INTEGER to have bits rotated
Y is the amount of bits to rotate
Return Value:
A LONG_INTEGER containing the result of the rotated bits.
Example:
LONG_INTEGER X, Y, result;
result = RotateleftLong( X, Y ); 
Version:
SIMPL+ Version 3.01.06