अंग्रेज़ी में पढ़ें संपादित करें

इसके माध्यम से साझा किया गया


UIntPtr.DivRem(UIntPtr, UIntPtr) Method

Definition

Computes the quotient and remainder of two values.

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