UInt64.DivRem(UInt64, UInt64) Methode

Definitie

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

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

Parameters

left
UInt64

De waarde die right wordt gedeeld.

right
UInt64

De waarde die wordt gedeeld left.

Retouren

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

Implementeringen

Uitzonderingen

right is nul.

Van toepassing op