Edit

Share via


UInt32.DivRem(UInt32, UInt32) Method

Definition

Computes the quotient and remainder of two values.

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

Parameters

left
UInt32

The value which right divides.

right
UInt32

The value which divides left.

Returns

The quotient and remainder of left divided-by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9