SByte.RotateRight(SByte, Int32) Yöntem

Tanım

Değeri belirli bir miktara göre 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 rotateAmountdoğru döndürülen değer.

rotateAmount
Int32

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

Döndürülenler

tarafından sağa valuedöndürmenin rotateAmount sonucu.

Uygulamalar

Şunlara uygulanır