Rotateleftlong - Crestron SIMPL+ Reference Manual

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

Advertisement

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

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
Software
®
SIMPL+
107

Advertisement

Table of Contents
loading

Table of Contents