Int128.BitwiseAnd(Int128, Int128) Operator

Definition

Computes the bitwise-and of two values.

C#
public static Int128 operator &(Int128 left, Int128 right);

Parameters

left
Int128

The value to and with right.

right
Int128

The value to and with left.

Returns

The bitwise-and of left and right.

Implements

Applies to

Proizvod Verzije
.NET 7, 8, 9, 10