Double.IDecrementOperators<Double>.Decrement(Double) Operatore

Definizione

Decrementa un valore.

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

Parametri

value
Double

Il valore da decrementare.

Restituisce

Risultato della decrementazione value.

Implementazioni

Si applica a