NFloat.Division(NFloat, NFloat) Opérateur

Définition

Divise deux valeurs pour calculer leur quotient.

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

Paramètres

left
NFloat

Valeur qui right divise.

right
NFloat

Valeur qui divise left.

Retours

Quotient de left divisé par right.

Implémente

S’applique à