NFloat.ISubtractionOperators<NFloat,NFloat,NFloat>.CheckedSubtraction Operator

Definition

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