NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.BitwiseAnd Operatör

Tanım

İki değerin bit düzeyinde ve değerlerini hesaplar.

 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

Parametreler

left
NFloat

ile rightdeğeriand.

right
NFloat

ile leftdeğeriand.

Döndürülenler

bit düzeyinde ve ve leftright.

Uygulamalar

Şunlara uygulanır