BigInteger.UnaryPlus(BigInteger) Opérateur
Définition
Important
Certaines informations concernent des produits en version préliminaire qui peuvent être considérablement modifiés avant leur sortie. Microsoft n’offre aucune 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.
Retourne
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.