Byte.RotateRight(Byte, Int32) Methode

Definitie

Hiermee draait u een waarde naar rechts met een bepaald bedrag.

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

Parameters

value
Byte

De waarde die naar rechts rotateAmountwordt gedraaid.

rotateAmount
Int32

Het bedrag waarmee value rechts wordt gedraaid.

Retouren

Het resultaat van rechts draaien value door rotateAmount.

Implementeringen

Van toepassing op