Single.IBitwiseOperators<Single,Single,Single>.BitwiseAnd Operator

Definition

Computes the bitwise-and of two values.

C#
static float IBitwiseOperators<float,float,float>.operator &(float left, float right);

Parameters

left
Single

The value to and with right.

right
Single

The value to and with left.

Returns

The bitwise-and of left and right.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10