Double.IIncrementOperators<Double>.Increment(Double) Betreiber

Definition

Erhöht einen Wert.

 static double System.Numerics.IIncrementOperators<System.Double>.operator ++(double value) = System::Numerics::IIncrementOperators<double>::op_Increment;
static double IIncrementOperators<double>.operator ++ (double value);
static member System.Numerics.IIncrementOperators<System.Double>.op_Increment : double -> double
 Shared op_Increment (value As Double) As Double Implements IIncrementOperators(Of Double).op_Increment

Parameter

value
Double

Der zu inkrementierende Wert.

Gibt zurück

Das Ergebnis der Inkrementierung value.

Implementiert

Gilt für: