UInt16.DivRem(UInt16, UInt16) Metodo

Definizione

Calcola il quoziente e il resto di due valori.

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

Parametri

left
UInt16

Valore che right divide.

right
UInt16

Valore che divide left.

Restituisce

Quoziente e resto di left diviso per right.

Implementazioni

Si applica a

Prodotto Versioni
.NET 7, 8, 9