Int16.RotateLeft(Int16, Int32) Yöntem

Tanım

Belirli bir miktar tarafından bırakılan bir değeri döndürür.

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

Parametreler

value
Int16

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

rotateAmount
Int32

Sola döndürülen value tutar.

Döndürülenler

tarafından rotateAmountsola dönmenin value sonucu.

Uygulamalar

Şunlara uygulanır