Complex.Decrement(Complex) Operatör

Tanım

Değeri azaltma.

public:
 static System::Numerics::Complex operator --(System::Numerics::Complex value) = System::Numerics::IDecrementOperators<System::Numerics::Complex>::op_Decrement;
public static System.Numerics.Complex operator -- (System.Numerics.Complex value);
static member op_Decrement : System.Numerics.Complex -> System.Numerics.Complex
Public Shared op_Decrement (value As Complex) As Complex

Parametreler

value
Complex

Azalan değer.

Döndürülenler

azaltmanın valuesonucu.

Uygulamalar

Şunlara uygulanır