UInt16.IDivisionOperators<UInt16,UInt16,UInt16>.Division Оператор

Определение

Делит одно значение на другое для вычисления их коэффициента.

 static System::UInt16 System.Numerics.IDivisionOperators<System.UInt16,System.UInt16,System.UInt16>.operator /(System::UInt16 left, System::UInt16 right) = System::Numerics::IDivisionOperators<System::UInt16, System::UInt16, System::UInt16>::op_Division;
static ushort IDivisionOperators<ushort,ushort,ushort>.operator / (ushort left, ushort right);
static member ( / ) : uint16 * uint16 -> uint16
 Shared Operator / (left As UShort, right As UShort) As UShort Implements IDivisionOperators(Of UShort, UShort, UShort).op_Division

Параметры

left
UInt16

Значение, которое right делится.

right
UInt16

Значение, разделяющее left.

Возвращаемое значение

Частное значение делится left на right.

Реализации

Применяется к