次の方法で共有


ISubtractionOperators<TSelf,TOther,TResult>.CheckedSubtraction 演算子

定義

2 つの値を減算して差を計算します。

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

パラメーター

left
TSelf

減算元の right 値。

right
TOther

から left減算される値。

戻り値

TResult

からleft減算された のright値。

例外

からleft減算された のright値は、 ではTResult表されません。

適用対象