UInt24.UnsignedRightShift Operator
Definition
Shifts a value right by a given amount.
public static UInt24 operator UnsignedRightShift(UInt24 value, int shiftAmount);
Parameters
| Name | Type | Description |
|---|---|---|
| value | UInt24 | The value that is shifted right by shiftAmount. |
| shiftAmount | Int32 | The amount by which value is shifted right. |
Returns
The result of shifting value right by shiftAmount.