Share via


NFloat.ISubtractionOperators<NFloat,NFloat,NFloat>.CheckedSubtraction Opérateur

Définition

Soustrait deux valeurs pour calculer leur différence.

 static System::Runtime::InteropServices::NFloat System.Numerics.ISubtractionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedSubtraction(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_CheckedSubtraction;
static System.Runtime.InteropServices.NFloat ISubtractionOperators<NFloat,NFloat,NFloat>.op_CheckedSubtraction (System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member System.Numerics.ISubtractionOperators<System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat,System.Runtime.InteropServices.NFloat>.op_CheckedSubtraction : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
 Shared op_CheckedSubtraction (left As NFloat, right As NFloat) As NFloat Implements ISubtractionOperators(Of NFloat, NFloat, NFloat).op_CheckedSubtraction

Paramètres

left
NFloat

Valeur de laquelle right est soustraite.

right
NFloat

Valeur soustraite de left.

Retours

Valeur de right soustraite de left.

Implémente

S’applique à