Table of Contents

Operator operator <<

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator <<(ExInt128, int)

Shifts a value left by a given amount.

public static ExInt128 operator <<(ExInt128 value, int shiftAmount)

Parameters

value ExInt128

The value that is shifted left by shiftAmount.

shiftAmount int

The amount by which value is shifted left.

Returns

ExInt128

The result of shifting value left by shiftAmount.