BitRotator::RotateLeft Method (UInt64, Int32)
Visual Studio 2015
Rotates the bits of an unsigned long value to the left.
Assembly: Microsoft.VisualStudio.Utilities (in Microsoft.VisualStudio.Utilities.dll)
Parameters
- value
-
Type:
System::UInt64
The value to rotate.
- count
-
Type:
System::Int32
The number of positions to rotate.
Show: