Share via


UInt128.DivRem(UInt128, UInt128) Méthode

Définition

Calcule le quotient et le reste de deux valeurs.

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

Paramètres

left
UInt128

Valeur qui right divise.

right
UInt128

Valeur qui divise left.

Retours

Quotient et reste de left divisé par right.

Implémente

S’applique à