Udostępnij za pośrednictwem


UInt128.CheckedIncrement(UInt128) Operator

Definicja

Zwiększa wartość.

public:
 static UInt128 op_CheckedIncrement(UInt128 value) = System::Numerics::IIncrementOperators<UInt128>::op_CheckedIncrement;
public static UInt128 op_CheckedIncrement (UInt128 value);
static member op_CheckedIncrement : UInt128 -> UInt128
Public Shared op_CheckedIncrement (value As UInt128) As UInt128

Parametry

value
UInt128

Wartość do przyrostu.

Zwraca

Wynik przyrostowego .value

Implementuje

Dotyczy