UInt64.DivRem(UInt64, UInt64) 메서드

정의

두 값의 몫과 나머지를 계산합니다.

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)

매개 변수

left
UInt64

나누는 값 right 입니다.

right
UInt64

를 나누는 값입니다 left.

반환

로 나눈 rightleft 몫 및 나머지입니다.

구현

적용 대상