Byte.RotateRight(Byte, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以指定的數量向右旋轉值。
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
。
傳回
向右 rotateAmount
旋轉 value
的結果。