Skip to main content

Scade One standard libraries 2025 R2

RotBitLt

Last update: 16.07.2025

Returns the input with all bits rotated to the left by a number. The most significant bit is rotated to the least significant bit location for every single bit shift cycle.

Interface

Name Kind Type Comment
N P N/A Size of the bit-field
bf I unsigned<n>&gt; Input bit-field
l I Integer Number of bits to rotate
Range: [0, N[
v O unsigned<n>&gt; Result of the operation

Parent topic:Bitfield

Connect with Ansys