IBinaryInteger<TSelf>.RotateRight(TSelf, Int32) 메서드

정의

값을 지정된 양만큼 오른쪽으로 회전합니다.

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

매개 변수

value
TSelf

오른쪽으로 rotateAmount회전되는 값입니다.

rotateAmount
Int32

오른쪽으로 회전되는 value 양입니다.

반품

TSelf

오른쪽으로 rotateAmount회전한 value 결과입니다.

적용 대상