Operator operator >>
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator >>(ExInt128, int)
Shifts a value right by a given amount.
public static ExInt128 operator >>(ExInt128 value, int shiftAmount)
Parameters
value
ExInt128The value that is shifted right by
shiftAmount
.shiftAmount
intThe amount by which
value
is shifted right.
Returns
- ExInt128
The result of shifting
value
right byshiftAmount
.