NFloat.Subtraction(NFloat, NFloat) Betreiber

Definition

Subtrahiert zwei Werte, um deren Differenz zu berechnen.

public:
 static System::Runtime::InteropServices::NFloat operator -(System::Runtime::InteropServices::NFloat left, System::Runtime::InteropServices::NFloat right) = System::Numerics::ISubtractionOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_Subtraction;
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, von dem right subtrahiert wird.

right
NFloat

Der Wert, der von leftsubtrahiert wird.

Gibt zurück

Die Differenz von right subtrahiert von left.

Implementiert

Gilt für: