Int16.ISubtractionOperators<Int16,Int16,Int16>.Subtraction Betreiber

Definition

Subtrahiert zwei Werte, um deren Differenz zu berechnen.

 static short System.Numerics.ISubtractionOperators<System.Int16,System.Int16,System.Int16>.operator -(short left, short right) = System::Numerics::ISubtractionOperators<short, short, short>::op_Subtraction;
static short ISubtractionOperators<short,short,short>.operator - (short left, short right);
static member ( - ) : int16 * int16 -> int16
 Shared Operator - (left As Short, right As Short) As Short Implements ISubtractionOperators(Of Short, Short, Short).op_Subtraction

Parameter

left
Int16

Der Wert, von dem right subtrahiert wird.

right
Int16

Der Wert, der von leftsubtrahiert wird.

Gibt zurück

Der Wert von right subtrahiert von left.

Implementiert

Gilt für: