Прочетете на английски Редактиране

Споделяне чрез


UIntPtr.DivRem(UIntPtr, UIntPtr) Method

Definition

Computes the quotient and remainder of two values.

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

Parameters

left
UIntPtr

The value which right divides.

right
UIntPtr

The value which divides left.

Returns

ValueTuple<UIntPtr,UIntPtr>

The quotient and remainder of left divided-by right.

Implements

Applies to

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