SByte.RotateRight(SByte, Int32) Methode

Definitie

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

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

Parameters

value
SByte

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