Click or drag to resize

BitExtensionsBitRotL Method

Overload List
  Name Description
Public Extension Method BitRotL(Byte, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Public Extension Method BitRotL(Int16, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Public Extension Method BitRotL(Int24, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Public Extension Method BitRotL(Int32, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Public Extension Method BitRotL(Int64, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Public Extension Method BitRotL(SByte, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Public Extension Method BitRotL(UInt16, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Public Extension Method BitRotL(UInt24, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Public Extension Method BitRotL(UInt32, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Public Extension Method BitRotL(UInt64, Int32) Performs rightwise bit-rotation for the specified number of rotations.
Top
See Also