NFloat.Division(NFloat, NFloat) Operador

Definição

Divide dois valores juntos para calcular seu quociente.

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

Parâmetros

left
NFloat

O valor que right divide.

right
NFloat

O valor que divide left.

Retornos

O quociente de left dividido por right.

Implementações

Aplica-se a