Single.IUnaryPlusOperators<Single,Single>.UnaryPlus(Single) 演算子

定義

値の単項プラスを計算します。

 static float System.Numerics.IUnaryPlusOperators<System.Single,System.Single>.operator +(float value) = System::Numerics::IUnaryPlusOperators<float, float>::op_UnaryPlus;
static float IUnaryPlusOperators<float,float>.operator + (float value);
static member ( ~+ ) : single -> single
 Shared Operator + (value As Single) As Single Implements IUnaryPlusOperators(Of Single, Single).op_UnaryPlus

パラメーター

value
Single

単項プラスを計算する値。

戻り値

の単項プラス value

実装

適用対象