UIntPtr.RotateLeft(UIntPtr, Int32) Methode

Definitie

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

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

Parameters

value
UIntPtr

unativeint

De waarde die naar links rotateAmountwordt gedraaid.

rotateAmount
Int32

Het bedrag waarmee value links wordt gedraaid.

Retouren

UIntPtr

unativeint

Het resultaat van links draaien value door rotateAmount.

Implementeringen

Van toepassing op