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

Definizione

Decrementa un valore.

 static long System.Numerics.IDecrementOperators<System.Int64>.operator --(long value) = System::Numerics::IDecrementOperators<long>::op_Decrement;
static long IDecrementOperators<long>.operator --(long value);
static member System.Numerics.IDecrementOperators<System.Int64>.op_Decrement : int64 -> int64
 Shared op_Decrement (value As Long) As Long Implements IDecrementOperators(Of Long).op_Decrement

Parametri

value
Int64

Valore da decrementare.

Valori restituiti

Risultato della decrementazione valuedi .

Implementazioni

Si applica a