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

Definitie

Hiermee draait u een waarde naar rechts met een bepaald bedrag.

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

Parameters

value
TSelf

De waarde die naar rechts rotateAmountwordt gedraaid.

rotateAmount
Int32

Het bedrag waarmee value rechts wordt gedraaid.

Retouren

TSelf

Het resultaat van rechts draaien value door rotateAmount.

Van toepassing op