Double.IBitwiseOperators<Double,Double,Double>.BitwiseAnd 연산자

정의

두 값의 비트 및 를 계산합니다.

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

매개 변수

left
Double

가 인 and 값입니다 right.

right
Double

가 인 and 값입니다 left.

반환

및 의 비트 및 입니다 leftright.

구현

적용 대상