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.

구현

적용 대상