IntPtr.RotateRight(IntPtr, Int32) Methode

Definitie

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

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

Parameters

value
IntPtr

nativeint

De waarde die naar rechts rotateAmountwordt gedraaid.

rotateAmount
Int32

Het bedrag waarmee value rechts wordt gedraaid.

Retouren

IntPtr

nativeint

Het resultaat van rechts draaien value door rotateAmount.

Implementeringen

Van toepassing op