Int128.Subtraction(Int128, Int128) Operador

Definición

Resta dos valores para calcular su diferencia.

public:
 static Int128 operator -(Int128 left, Int128 right) = System::Numerics::ISubtractionOperators<Int128, Int128, Int128>::op_Subtraction;
public static Int128 operator - (Int128 left, Int128 right);
static member ( - ) : Int128 * Int128 -> Int128
Public Shared Operator - (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