UIntPtr.RotateRight(UIntPtr, Int32) Methode

Definitie

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

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

Parameters

value
UIntPtr

unativeint

De waarde die naar rechts rotateAmountwordt gedraaid.

rotateAmount
Int32

Het bedrag waarmee value rechts wordt gedraaid.

Retouren

UIntPtr

unativeint

Het resultaat van rechts draaien value door rotateAmount.

Implementeringen

Van toepassing op