UInt128.RotateRight(UInt128, Int32) Yöntem

Tanım

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

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

Parametreler

value
UInt128

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