Читати англійською Редагувати

Поділитися через


UInt16.DivRem(UInt16, UInt16) Method

Definition

Computes the quotient and remainder of two values.

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

Parameters

left
UInt16

The value which right divides.

right
UInt16

The value which divides left.

Returns

The quotient and remainder of left divided-by right.

Implements

Applies to

Продукт Версії
.NET 7, 8, 9, 10