Edit

Share via


Int128.DivRem(Int128, Int128) Method

Definition

Computes the quotient and remainder of two values.

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

Parameters

left
Int128

The value which right divides.

right
Int128

The value which divides left.

Returns

The quotient and remainder of left divided-by right.

Implements

Applies to

Product Versions
.NET 7, 8, 9, 10