UInt128.DivRem(UInt128, UInt128) 메서드

정의

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

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)

매개 변수

left
UInt128

나누는 값 right 입니다.

right
UInt128

를 나누는 값입니다 left.

반품

분할 기준leftright 몫 및 나머지입니다.

구현

예외

right 가 0입니다.

적용 대상