BigInteger.UnaryPlus(BigInteger) Operatore

Definizione

Restituisce il valore dell'operando BigInteger. Il segno dell'operando resta invariato.

public:
 static System::Numerics::BigInteger operator +(System::Numerics::BigInteger value);
public:
 static System::Numerics::BigInteger operator +(System::Numerics::BigInteger value) = System::Numerics::IUnaryPlusOperators<System::Numerics::BigInteger, System::Numerics::BigInteger>::op_UnaryPlus;
public static System.Numerics.BigInteger operator + (System.Numerics.BigInteger value);
static member ( ~+ ) : System.Numerics.BigInteger -> System.Numerics.BigInteger
Public Shared Operator + (value As BigInteger) As BigInteger

Parametri

value
BigInteger

Valore intero.

Restituisce

BigInteger

Valore dell'operando value.

Implementazioni

Commenti

Il UnaryPlus metodo definisce l'operazione dell'operatore positivo unario per BigInteger i valori.

Si applica a