Прочетете на английски Редактиране

Споделяне чрез


Vector64<T>.BitwiseAnd(Vector64<T>, Vector64<T>) Operator

Definition

Computes the bitwise-and of two vectors.

C#
public static System.Runtime.Intrinsics.Vector64<T> operator &(System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);

Parameters

left
Vector64<T>

The vector to bitwise-and with right.

right
Vector64<T>

The vector to bitwise-and with left.

Returns

The bitwise-and of left and right.

Exceptions

The type of the vector (T) is not supported.

Applies to

Продукт Версии
.NET 7, 8, 9, 10