UInt32.IDivisionOperators<UInt32,UInt32,UInt32>.Division Operador

Definición

Divide un valor por otro para calcular su cociente.

 static System::UInt32 System.Numerics.IDivisionOperators<System.UInt32,System.UInt32,System.UInt32>.operator /(System::UInt32 left, System::UInt32 right) = System::Numerics::IDivisionOperators<System::UInt32, System::UInt32, System::UInt32>::op_Division;
static uint IDivisionOperators<uint,uint,uint>.operator / (uint left, uint right);
static member ( / ) : uint32 * uint32 -> uint32
 Shared Operator / (left As UInteger, right As UInteger) As UInteger Implements IDivisionOperators(Of UInteger, UInteger, UInteger).op_Division

Parámetros

left
UInt32

Valor que right se divide.

right
UInt32

Valor que divide left.

Devoluciones

Cociente de left dividido por right.

Implementaciones

Se aplica a