NFloat.UnaryPlus(NFloat) 運算子

定義

計算值的一元加號。

public:
 static System::Runtime::InteropServices::NFloat operator +(System::Runtime::InteropServices::NFloat value) = System::Numerics::IUnaryPlusOperators<System::Runtime::InteropServices::NFloat, System::Runtime::InteropServices::NFloat>::op_UnaryPlus;
public static System.Runtime.InteropServices.NFloat operator + (System.Runtime.InteropServices.NFloat value);
static member ( ~+ ) : System.Runtime.InteropServices.NFloat -> System.Runtime.InteropServices.NFloat
Public Shared Operator + (value As NFloat) As NFloat

參數

value
NFloat

要計算其一元加號的值。

傳回

value一元加號。

實作

適用於