IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) Metod

Definition

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

public:
 static override TSelf RotateRight(TSelf value, int rotateAmount);
public static virtual TSelf RotateRight(TSelf value, int rotateAmount);
static member RotateRight : 'Self * int -> 'Self
Public Shared Overrides Function RotateRight (value As TSelf, rotateAmount As Integer) As TSelf

Parametrar

value
TSelf

Värdet som roteras höger av rotateAmount.

rotateAmount
Int32

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

Returer

TSelf

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

Gäller för