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

实现

适用于