Skip to content

UInt24.LeftShift Operator

Definition

Shifts a value left by a given amount.

public static UInt24 operator LeftShift(UInt24 value, int shiftAmount);

View source

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

UInt24

The result of shifting value left by shiftAmount.