BigInteger.One Propriété
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.
Obtient une valeur qui représente le nombre un (1).
public:
static property System::Numerics::BigInteger One { System::Numerics::BigInteger get(); };
public static System.Numerics.BigInteger One { get; }
static member One : System.Numerics.BigInteger
static member One : System.Numerics.BigInteger
Public Shared ReadOnly Property One As BigInteger
Valeur de la propriété
Objet dont la valeur est un (1).
Implémente
Remarques
La One propriété est généralement utilisée pour comparer une BigInteger valeur à 1 ou pour affecter 1 à un BigInteger objet.