ISubtractionOperators<TSelf,TOther,TResult>.Subtraction Operador

Definición

Resta dos valores para calcular su diferencia.

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

Parámetros

left
TSelf

Valor del que right se resta.

right
TOther

Valor que se resta de left.

Devoluciones

TResult

Valor de right restado de left.

Se aplica a