Rotateleft - Crestron SIMPL+ Reference Manual

Language reference guide
Hide thumbs Also See for SIMPL+:
Table of Contents

Advertisement

Crestron SIMPL+
Language Reference Guide - DOC. 5797G
®

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
page
106.
Software
®
SIMPL+
105

Advertisement

Table of Contents
loading

Table of Contents