UInt32.DivRem(UInt32, UInt32) 메서드

정의

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

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

매개 변수

left
UInt32

나누는 값 right 입니다.

right
UInt32

를 나누는 값입니다 left.

반환

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

구현

적용 대상