SByte.RotateRight(SByte, Int32) Yöntem

Tanım

Değeri belirli bir miktarda sağa döndürür.

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

Parametreler

value
SByte

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

rotateAmount
Int32

Doğru döndürülen value tutar.

Döndürülenler

tarafından rotateAmountsağa dönmenin value sonucu.

Uygulamalar

Şunlara uygulanır