UInt16.IMultiplyOperators<UInt16,UInt16,UInt16>.CheckedMultiply Operator

Definicja

Mnoży dwie wartości, aby obliczyć swój produkt.

 static System::UInt16 System.Numerics.IMultiplyOperators<System.UInt16,System.UInt16,System.UInt16>.op_CheckedMultiply(System::UInt16 left, System::UInt16 right) = System::Numerics::IMultiplyOperators<System::UInt16, System::UInt16, System::UInt16>::op_CheckedMultiply;
static ushort IMultiplyOperators<ushort,ushort,ushort>.op_CheckedMultiply (ushort left, ushort right);
static member System.Numerics.IMultiplyOperators<System.UInt16,System.UInt16,System.UInt16>.op_CheckedMultiply : uint16 * uint16 -> uint16
 Shared op_CheckedMultiply (left As UShort, right As UShort) As UShort Implements IMultiplyOperators(Of UShort, UShort, UShort).op_CheckedMultiply

Parametry

left
UInt16

Wartość, która right mnoży.

right
UInt16

Wartość, która mnoży leftwartość .

Zwraca

Pomnożony rightprzez element left .

Implementuje

Dotyczy