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

Definición

Incrementa un valor.

 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

Parámetros

value
Double

Valor que se va a aumentar.

Devoluciones

Resultado del incremento valuede .

Implementaciones

Se aplica a