UInt64.DivRem(UInt64, UInt64) Metoda

Definice

Vypočítá podíl a zbytek dvou hodnot.

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)

Parametry

left
UInt64

Hodnota, která right rozděluje.

right
UInt64

Hodnota, která rozděluje left.

Návraty

Podíl a zbytek dělený leftright.

Implementuje

Platí pro