NFloat.Division(NFloat, NFloat) Operátor

Definice

Vydělí dvě hodnoty za účelem výpočtu jejich podílu.

public:
 static System::Runtime::InteropServices::NFloat operator /(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::IDivisionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_Division;
public static System.Runtime.InteropServices.NFloat operator / (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( / ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Operator / (left As NFloat, right As NFloat) As NFloat

Parametry

left
NFloat

Hodnota, která right se dělí.

right
NFloat

Hodnota, která rozděluje left.

Návraty

Podíl left dělené right.

Implementuje

Platí pro