UInt128.Increment(UInt128) Operador

Definición

Incrementa un valor.

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

Parámetros

value
UInt128

Valor que se va a aumentar.

Devoluciones

Resultado del incremento valuede .

Implementaciones

Se aplica a