Op Englesch liesen Editéieren

Deelen iwwer


Int16.DivRem(Int16, Int16) Method

Definition

Computes the quotient and remainder of two values.

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

Parameters

left
Int16

The value which right divides.

right
Int16

The value which divides left.

Returns

The quotient and remainder of left divided-by right.

Implements

Applies to

Produkt Versiounen
.NET 7, 8, 9, 10