NFloat.Division(NFloat, NFloat) Operatör

Tanım

Bölümlerini hesaplamak için iki değeri birbirine böler.

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

Parametreler

left
NFloat

Bölünen right değer.

right
NFloat

öğesini bölen değer.left

Döndürülenler

bölüştürücüsünün leftrightbölüm.

Uygulamalar

Şunlara uygulanır