NFloat.Subtraction(NFloat, NFloat) Operator

Definition

Subtrahiert zwei Werte, um ihre 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 subtrahiert wird von left.

Gibt zurück

Der Unterschied von right subtrahiert von left.

Implementiert

Gilt für: