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 양입니다.

반품

오른쪽으로 value회전한 rotateAmount 결과입니다.

구현

적용 대상