UInt16.IMultiplyOperators<UInt16,UInt16,UInt16>.Multiply 演算子

定義

2 つの値を乗算して製品を計算します。

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

パラメーター

left
UInt16

乗算する right 値。

right
UInt16

を乗算 leftする値。

戻り値

left 積に を掛けた right値。

実装

適用対象