Int32.ISubtractionOperators<Int32,Int32,Int32>.Subtraction Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Soustrait deux valeurs pour calculer leur différence.
static int System.Numerics.ISubtractionOperators<System.Int32,System.Int32,System.Int32>.operator -(int left, int right) = System::Numerics::ISubtractionOperators<int, int, int>::op_Subtraction;
static int ISubtractionOperators<int,int,int>.operator -(int left, int right);
static member ( - ) : int * int -> int
Shared Operator - (left As Integer, right As Integer) As Integer Implements ISubtractionOperators(Of Integer, Integer, Integer).op_Subtraction
Paramètres
- left
- Int32
Valeur à partir de laquelle right est soustraite.
- right
- Int32
Valeur soustraite de left.
Retours
Valeur de right soustraite de left.