IMultiplyOperators<TSelf,TOther,TResult>.CheckedMultiply 运算符

定义

将两个值相乘以计算其乘积。

public:
 static override TResult op_CheckedMultiply(TSelf left, TOther right);
public static virtual TResult op_CheckedMultiply (TSelf left, TOther right);
static member op_CheckedMultiply : 'Self * 'Other -> 'Result
Public Shared Overrides op_CheckedMultiply (left As TSelf, right As TOther) As TResult

参数

left
TSelf

乘以的值 right

right
TOther

乘以 left的值。

返回

TResult

left 以 的 right乘积。

例外

乘以 rightleft乘积不能用 TResult表示。

适用于