Ler em inglês

Compartilhar via


UInt32.DivRem(UInt32, UInt32) Método

Definição

Calcula o quociente e o restante de dois valores.

public static (uint Quotient, uint Remainder) DivRem (uint left, uint right);

Parâmetros

left
UInt32

O valor que right se divide.

right
UInt32

O valor que divide left.

Retornos

O quociente e o restante de left dividido por right.

Implementações

Aplica-se a

Produto Versões
.NET 7, 8, 9