NFloat.ISubtractionOperators<NFloat,NFloat,NFloat>.CheckedSubtraction Operador

Definición

Resta dos valores para calcular su diferencia.

 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

Parámetros

left
NFloat

Valor del que right se resta.

right
NFloat

Valor que se resta de left.

Devoluciones

Valor de right restado de left.

Implementaciones

Se aplica a