Byte.RotateRight(Byte, Int32) 方法

定义

按给定量向右旋转值。

public:
 static System::Byte RotateRight(System::Byte value, int rotateAmount) = System::Numerics::IBinaryInteger<System::Byte>::RotateRight;
public static byte RotateRight (byte value, int rotateAmount);
static member RotateRight : byte * int -> byte
Public Shared Function RotateRight (value As Byte, rotateAmount As Integer) As Byte

参数

value
Byte

rotateAmount向右旋转的值。

rotateAmount
Int32

向右旋转的量 value

返回

rotateAmountvalue右旋转的结果。

实现

适用于