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