Operator operator |
- Namespace
- Zyl.VectorTraits.ExTypes
- Assembly
- VectorTraits.dll
operator |(ExUInt128, ExUInt128)
Computes the bitwise-or of two values.
public static ExUInt128 operator |(ExUInt128 left, ExUInt128 right)
Parameters
Returns
- ExUInt128
The bitwise-or of
left
andright
.