Int16.ISubtractionOperators<Int16,Int16,Int16>.CheckedSubtraction Betreiber

Definition

Subtrahiert zwei Werte, um deren Differenz zu berechnen.

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

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: