UInt16.DivRem(UInt16, UInt16) 메서드

정의

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

public:
 static ValueTuple<System::UInt16, System::UInt16> DivRem(System::UInt16 left, System::UInt16 right) = System::Numerics::IBinaryInteger<System::UInt16>::DivRem;
public static (ushort Quotient, ushort Remainder) DivRem (ushort left, ushort right);
static member DivRem : uint16 * uint16 -> ValueTuple<uint16, uint16>
Public Shared Function DivRem (left As UShort, right As UShort) As ValueTuple(Of UShort, UShort)

매개 변수

left
UInt16

나누는 값 right 입니다.

right
UInt16

를 나누는 값입니다 left.

반환

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

구현

적용 대상