Crestron simpl plus language ref 사용자 설명서

다운로드
페이지 374
Software Crestron 
SIMPL+
®
108 
z SIMPL+
®
Language Reference Guide - DOC. 5797G
RotateRightLong
Name:
RotateRightLong
Syntax:
LONG_INTEGER RotateRightLong( LONG_INTEGER X, INTEGER Y 
);
Description:
Rotate X to the right 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 = RotateRightLong( X, Y ); 
Version:
SIMPL+ Version 3.01.06