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

定義

差を計算するために 2 つの値を減算します。

public:
 static TResult operator -(TSelf left, TOther right);
public static 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

適用対象