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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.