UIntPtr.DivRem(UIntPtr, UIntPtr) Methode

Definitie

Berekent het quotiënt en de rest van twee waarden.

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

Parameters

left
UIntPtr

unativeint

De waarde die right wordt gedeeld.

right
UIntPtr

unativeint

De waarde die wordt gedeeld left.

Retouren

ValueTuple<UIntPtr,UIntPtr>

ValueTuple<unativeint,unativeint>

Het quotiënt en de rest van left gedeeld door right.

Implementeringen

Uitzonderingen

right is nul.

Van toepassing op