Share via


Int128.CheckedSubtraction(Int128, Int128) Operador

Definición

Resta dos valores para calcular su diferencia.

public:
 static Int128 op_CheckedSubtraction(Int128 left, Int128 right) = System::Numerics::ISubtractionOperators<Int128, Int128, Int128>::op_CheckedSubtraction;
public static Int128 op_CheckedSubtraction (Int128 left, Int128 right);
static member op_CheckedSubtraction : Int128 * Int128 -> Int128
Public Shared op_CheckedSubtraction (left As Int128, right As Int128) As Int128

Parámetros

left
Int128

Valor del que right se resta.

right
Int128

Valor que se resta de left.

Devoluciones

Diferencia de right restada de left.

Implementaciones

Se aplica a