Int64.IDecrementOperators<Int64>.Decrement(Int64) Оператор

Определение

Уменьшает значение.

 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

Параметры

value
Int64

Уменьшаемое значение.

Возвращаемое значение

Результат уменьшения value.

Реализации

Применяется к