Table of Contents

Operator operator |

Namespace
Zyl.VectorTraits.ExTypes
Assembly
VectorTraits.dll

operator |(ExInt128, ExInt128)

Computes the bitwise-or of two values.

public static ExInt128 operator |(ExInt128 left, ExInt128 right)

Parameters

left ExInt128

The value to or with right.

right ExInt128

The value to or with left.

Returns

ExInt128

The bitwise-or of left and right.