BigInteger.UnaryPlus(BigInteger) Opérateur
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne la valeur de l'opérande BigInteger. (Le signe de l’opérande est inchangé.)
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
Paramètres
- value
- BigInteger
Valeur entière.
Retours
Valeur de l'opérande value
.
Implémente
Remarques
La UnaryPlus méthode définit l’opération de l’opérateur positif unaire pour les BigInteger valeurs.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.