NFloat.Subtraction(NFloat, NFloat) 運算子

定義

減去兩個值來計算其差異。

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

實作

適用於