Int32.IDivisionOperators<Int32,Int32,Int32>.Division Operador

Definición

Divide un valor por otro para calcular su cociente.

static int IDivisionOperators<int,int,int>.operator / (int left, int right);

Parámetros

left
Int32

Valor que right divide.

right
Int32

Valor que divide left.

Devoluciones

Cociente de left dividido por right.

Implementaciones

Se aplica a

Producto Versiones
.NET 7, 8, 9