UInt128.RotateRight(UInt128, Int32) Metod

Definition

Roterar ett värde höger med ett angivet belopp.

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

Parametrar

value
UInt128

Värdet som roteras höger av rotateAmount.

rotateAmount
Int32

Mängden som value roteras åt höger.

Returer

Resultatet av att value rotera åt höger med rotateAmount.

Implementeringar

Gäller för