Single.IBitwiseOperators<Single,Single,Single>.BitwiseAnd Operador

Definición

Calcula los valores bit a bit y de dos valores.

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

Parámetros

left
Single

Valor de con andright.

right
Single

Valor de con andleft.

Devoluciones

El valor bit a bit y de left y right.

Implementaciones

Se aplica a

Producto Versiones
.NET 7, 8, 9, 10