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

定義

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

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

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

適用対象