NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.BitwiseAnd Operátor

Definice

Vypočítá bitové hodnoty a dvou hodnot.

 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

Parametry

left
NFloat

Hodnota pro s andright.

right
NFloat

Hodnota pro s andleft.

Návraty

Bitové a a leftright.

Implementuje

Platí pro