Int128.Subtraction(Int128, Int128) Operador

Definição

Subtrai dois valores para calcular a diferença.

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

O valor do qual right é subtraído.

right
Int128

O valor que é subtraído de left.

Retornos

A diferença de right subtraído de left.

Implementações

Aplica-se a