UIntPtr.RotateLeft(UIntPtr, Int32) Yöntem

Tanım

Değeri belirli bir miktar sola döndürür.

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

Parametreler

value
UIntPtr

unativeint

tarafından rotateAmountsola döndürülen değer.

rotateAmount
Int32

Sola döndürülen value miktar.

Döndürülenler

UIntPtr

unativeint

tarafından rotateAmountsola dönmenin value sonucu.

Uygulamalar

Şunlara uygulanır