UInt64.IDivisionOperators<UInt64,UInt64,UInt64>.Division Operátor

Definice

Vydělí jednu hodnotu jinou za účelem výpočtu jejich podílu.

 static System::UInt64 System.Numerics.IDivisionOperators<System.UInt64,System.UInt64,System.UInt64>.operator /(System::UInt64 left, System::UInt64 right) = System::Numerics::IDivisionOperators<System::UInt64, System::UInt64, System::UInt64>::op_Division;
static ulong IDivisionOperators<ulong,ulong,ulong>.operator / (ulong left, ulong right);
static member ( / ) : uint64 * uint64 -> uint64
 Shared Operator / (left As ULong, right As ULong) As ULong Implements IDivisionOperators(Of ULong, ULong, ULong).op_Division

Parametry

left
UInt64

Hodnota, která right rozděluje.

right
UInt64

Hodnota, která rozděluje left.

Návraty

Podíl podílu vyděleného left pomocí right.

Implementuje

Platí pro