Int128.Subtraction(Int128, Int128) Operatore

Definizione

Sottrae due valori per calcolare la differenza.

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

Parametri

left
Int128

Valore da cui right viene sottratto.

right
Int128

Valore sottratto da left.

Restituisce

Differenza di right sottrazione da left.

Implementazioni

Si applica a