UInt24.RotateLeft Method
Definition
Rotates a value left by a given amount.
public static UInt24 RotateLeft(UInt24 value, int rotateAmount);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value that is rotated left by rotateAmount. |
| rotateAmount | Int32 | The amount by which value is rotated left. |
Returns
The result of rotating value left by rotateAmount.