UInt128.Increment(UInt128) Operador

Definição

Incrementa um 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

O valor a ser incrementado.

Retornos

O resultado do incremento de value.

Implementações

Aplica-se a