Int16.DivRem(Int16, Int16) Método

Definição

Calcula o quociente e o restante de dois valores.

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)

Parâmetros

left
Int16

O valor que right divide.

right
Int16

O valor que divide left.

Retornos

O quociente e o restante de left dividido por right.

Implementações

Aplica-se a