Rotates original amount to the left.
- Namespace
- RandN
.Implementation - Containing Type
- BitwiseExtensions
Syntax
public static uint RotateLeft(this uint original, int amount)Parameters
| Name | Type | Description |
|---|---|---|
| original | uint | |
| amount | int |
Return Value
| Type | Description |
|---|---|
| uint |