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