UInt16.IDivisionOperators<UInt16,UInt16,UInt16>.Division Operador

Definición

Divide un valor por otro para calcular su cociente.

C#
static ushort IDivisionOperators<ushort,ushort,ushort>.operator /(ushort left, ushort right);

Parámetros

left
UInt16

Valor que right divide.

right
UInt16

Valor que divide left.

Devoluciones

Cociente de left dividido por right.

Implementaciones

Se aplica a

Producto Versiones
.NET 7, 8, 9, 10