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

정의

지정된 양만큼 남은 값을 회전합니다.

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

매개 변수

value
TSelf

왼쪽으로 rotateAmount회전하는 값입니다.

rotateAmount
Int32

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

반품

TSelf

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

적용 대상