IntPtr.RotateLeft(IntPtr, Int32) Yöntem

Tanım

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

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

Parametreler

value
IntPtr

nativeint

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

rotateAmount
Int32

Sola döndürülen value miktar.

Döndürülenler

IntPtr

nativeint

tarafından rotateAmountsola dönmenin value sonucu.

Uygulamalar

Şunlara uygulanır