NFloat.Division(NFloat, NFloat) Operatore

Definizione

Divide due valori insieme per calcolare il quoziente.

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

Parametri

left
NFloat

Valore che right divide.

right
NFloat

Valore che divide left.

Restituisce

Il quoziente di left diviso in base righta .

Implementazioni

Si applica a