IMultiplyOperators<TSelf,TOther,TResult>.Multiply(TSelf, TOther) 運算子

定義

將兩個值相乘以計算其產品。

public:
 static TResult operator *(TSelf left, TOther right);
public static abstract TResult operator *(TSelf left, TOther right);
static member ( * ) : 'Self * 'Other -> 'Result
Public Shared Operator * (left As TSelf, right As TOther) As TResult

參數

left
TSelf

那個價值會 right 成倍成長。

right
TOther

乘以 left的值。

傳回

TResult

leftright的乘積。

適用於