NFloat.Subtraction(NFloat, NFloat) Operator

定義

2 つの値を減算して差を計算します。

public:
 static System::Runtime::InteropServices::NFloat operator -(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_Subtraction;
public static System.Runtime.InteropServices.NFloat operator -(System.Runtime.InteropServices.NFloat left, System.Runtime.InteropServices.NFloat right);
static member ( - ) : System.Runtime.InteropServices.NFloat * System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Operator - (left As NFloat, right As NFloat) As NFloat

パラメーター

left
NFloat

rightの減算元の値。

right
NFloat

leftから減算される値。

返品

leftから減算rightの差。

実装

適用対象