NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.BitwiseAnd Оператор

Определение

Вычисляет побитовое и двух значений.

 static System::Runtime::InteropServices::NFloat System.Numerics.IBitwiseOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.operator &(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IBitwiseOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_BitwiseAnd;
static System.Runtime.InteropServices.NFloat IBitwiseOperators<NFloat,NFloat,NFloat>.operator & (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( &&& ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
 Shared Operator And (left As NFloat, right As NFloat) As NFloat Implements IBitwiseOperators(Of NFloat, NFloat, NFloat).op_BitwiseAnd

Параметры

left
NFloat

Значение со значением andright.

right
NFloat

Значение со значением andleft.

Возвращаемое значение

Побитовые и .leftright

Реализации

Применяется к