UIntPtr.IIncrementOperators<UIntPtr>.CheckedIncrement(UIntPtr) Оператор

Определение

Увеличивает значение.

 static UIntPtr System.Numerics.IIncrementOperators<nuint>.op_CheckedIncrement(UIntPtr value) = System::Numerics::IIncrementOperators<UIntPtr>::op_CheckedIncrement;
static UIntPtr IIncrementOperators<UIntPtr>.op_CheckedIncrement(UIntPtr value);
static member System.Numerics.IIncrementOperators<nuint>.op_CheckedIncrement : unativeint -> unativeint
 Shared op_CheckedIncrement (value As UIntPtr) As UIntPtr Implements IIncrementOperators(Of UIntPtr).op_CheckedIncrement

Параметры

value
UIntPtr

unativeint

Значение для увеличения.

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

UIntPtr

unativeint

Результат добавочного valueувеличения.

Реализации

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