UInt32.DivRem(UInt32, UInt32) Yöntem

Tanım

İki değerin bölümünü ve kalanını hesaplar.

public:
 static ValueTuple<System::UInt32, System::UInt32> DivRem(System::UInt32 left, System::UInt32 right) = System::Numerics::IBinaryInteger<System::UInt32>::DivRem;
public static (uint Quotient, uint Remainder) DivRem (uint left, uint right);
static member DivRem : uint32 * uint32 -> ValueTuple<uint32, uint32>
Public Shared Function DivRem (left As UInteger, right As UInteger) As ValueTuple(Of UInteger, UInteger)

Parametreler

left
UInt32

Bölünen right değer.

right
UInt32

öğesini bölen değer.left

Döndürülenler

bölüm ve öğesinin left kalanı ile bölünür right.

Uygulamalar

Şunlara uygulanır