Freigeben über


NFloat.Division(NFloat, NFloat) Betreiber

Definition

Teilt zwei Werte zusammen, um ihren Quotienten zu berechnen.

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

Parameter

left
NFloat

Der Wert, der right geteilt wird.

right
NFloat

Der Wert, der leftunterteilt wird.

Gibt zurück

Der Quotient von left dividiert durch right.

Implementiert

Gilt für: