Rotates original amount to the left.
- Namespace
- RandN
.Implementation - Containing Type
- BitwiseExtensions
Syntax
[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static uint RotateLeft(this uint original, int amount)Attributes
| Type | Description |
|---|---|
| PureAttribute | |
| MethodImplAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| original | uint | |
| amount | int |
Return Value
| Type | Description |
|---|---|
| uint |