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

Definição

Subtrai dois valores para calcular sua diferença.

C#
static int ISubtractionOperators<int,int,int>.operator -(int left, int right);

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

Produto Versões
.NET 7, 8, 9, 10