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

Definizione

Incrementa un valore.

 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

Parametri

value
Double

Valore da incrementare.

Restituisce

Risultato dell'incremento valuedi .

Implementazioni

Si applica a