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

定義

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

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

パラメーター

value
Double

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

戻り値

の単項プラス value

実装

適用対象