Operator operator <<
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator <<(ExUInt128, int)
Shifts a value left by a given amount.
public static ExUInt128 operator <<(ExUInt128 value, int shiftAmount)
Parameters
valueExUInt128The value that is shifted left by
shiftAmount.shiftAmountintThe amount by which
valueis shifted left.
Returns
- ExUInt128
The result of shifting
valueleft byshiftAmount.