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

実装

適用対象