NFloat.ISubtractionOperators<NFloat,NFloat,NFloat>.CheckedSubtraction Operator
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Subtracts two values to compute their difference.
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
Parameters
- left
- NFloat
The value from which right
is subtracted.
- right
- NFloat
The value that's subtracted from left
.
Returns
The value of right
subtracted from left
.
Implements
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.