Complex.UnaryPlus(Complex) Operatör

Tanım

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

public:
 static System::Numerics::Complex operator +(System::Numerics::Complex value) = System::Numerics::IUnaryPlusOperators<System::Numerics::Complex, System::Numerics::Complex>::op_UnaryPlus;
public static System.Numerics.Complex operator + (System.Numerics.Complex value);
static member ( ~+ ) : System.Numerics.Complex -> System.Numerics.Complex
Public Shared Operator + (value As Complex) As Complex

Parametreler

value
Complex

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

Döndürülenler

öğesinin birli artısı value.

Uygulamalar

Şunlara uygulanır