UInt16.IMultiplyOperators<UInt16,UInt16,UInt16>.Multiply Operator

定義

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を乗算します。

実装

適用対象