UInt32.IMultiplyOperators<UInt32,UInt32,UInt32>.Multiply 연산자

정의

두 값을 함께 곱하여 제품을 계산합니다.

 static System::UInt32 System.Numerics.IMultiplyOperators<System.UInt32,System.UInt32,System.UInt32>.operator *(System::UInt32 left, System::UInt32 right) = System::Numerics::IMultiplyOperators<System::UInt32, System::UInt32, System::UInt32>::op_Multiply;
static uint IMultiplyOperators<uint,uint,uint>.operator * (uint left, uint right);
static member ( * ) : uint32 * uint32 -> uint32
 Shared Operator * (left As UInteger, right As UInteger) As UInteger Implements IMultiplyOperators(Of UInteger, UInteger, UInteger).op_Multiply

매개 변수

left
UInt32

곱하는 right 값입니다.

right
UInt32

을 곱하는 값입니다 left.

반환

의 곱에 left 를 곱합니다 right.

구현

적용 대상