NFloat.IBitwiseOperators<NFloat,NFloat,NFloat>.BitwiseAnd Operator

Definition

Computes the bitwise-and of two values.

 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

Parameters

left
NFloat

The value to and with right.

right
NFloat

The value to and with left.

Returns

The bitwise-and of left and right.

Implements

Applies to