IAdditionOperators<TSelf,TOther,TResult>.CheckedAddition 演算子

定義

合計を計算するために 2 つの値を加算します。

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

パラメーター

left
TSelf

追加先の right 値。

right
TOther

left追加される値。

戻り値

TResult

leftright の合計。

例外

rightleft合計は、 ではTResult表されません。

適用対象