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差值。

实现

适用于