NFloat.Subtraction(NFloat, NFloat) Operatore

Definizione

Sottrae due valori per calcolare la differenza.

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

Parametri

left
NFloat

Valore da cui right viene sottratto.

right
NFloat

Valore sottratto da left.

Restituisce

Differenza di right sottrazione da left.

Implementazioni

Si applica a