Int16.IShiftOperators<Int16,Int32,Int16>.LeftShift(Int16, Int32) Operator

Definition

Shifts a value left by a given amount.

C#
static short IShiftOperators<short,int,short>.operator <<(short value, int shiftAmount);

Parameters

value
Int16

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.

Implements

Applies to

Produkt Versioner
.NET 7, 8, 9, 10