SByte.RotateLeft(SByte, Int32) Yöntem

Tanım

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

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

Parametreler

value
SByte

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