Int32.ISubtractionOperators<Int32,Int32,Int32>.Subtraction Operador

Definição

Subtrai dois valores para calcular sua diferença.

 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

Parâmetros

left
Int32

O valor do qual right é subtraído.

right
Int32

O valor subtraído de left.

Retornos

O valor de right subtraído de left.

Implementações

Aplica-se a