Double.IUnaryPlusOperators<Double,Double>.UnaryPlus(Double) Operatör

Tanım

Bir değerin birli artısını hesaplar.

 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

Parametreler

value
Double

Birli artının hesaplandığı değer.

Döndürülenler

öğesinin birli artısı value.

Uygulamalar

Şunlara uygulanır