Int16.DivRem(Int16, Int16) Method
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Computes the quotient and remainder of two values.
public:
static ValueTuple<short, short> DivRem(short left, short right) = System::Numerics::IBinaryInteger<short>::DivRem;
public static(short Quotient, short Remainder) DivRem(short left, short right);
static member DivRem : int16 * int16 -> ValueTuple<int16, int16>
Public Shared Function DivRem (left As Short, right As Short) As ValueTuple(Of Short, Short)
- left
- Int16
The value which right
divides.
- right
- Int16
The value which divides left
.
The quotient and remainder of left
divided-by right
.
Produkt | Versiounen |
---|---|
.NET | 7, 8, 9, 10 |
Feedback zu .NET
.NET ass en Open-Source-Projet. Wielt e Link, fir Feedback ze ginn: