Click or drag to resize

BitExtensionsBitRotR Method

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