UInt128.Subtraction(UInt128, UInt128) Operatore

Definizione

Sottrae due valori per calcolare la differenza.

public:
 static UInt128 operator -(UInt128 left, UInt128 right) = System::Numerics::ISubtractionOperators<UInt128, UInt128, UInt128>::op_Subtraction;
public static UInt128 operator - (UInt128 left, UInt128 right);
static member ( - ) : UInt128 * UInt128 -> UInt128
Public Shared Operator - (left As UInt128, right As UInt128) As UInt128

Parametri

left
UInt128

Valore da cui right viene sottratto.

right
UInt128

Valore sottratto da left.

Restituisce

Differenza di right sottrazione da left.

Implementazioni

Si applica a