BigInteger.One Proprietà

Definizione

Ottiene un valore che rappresenta il numero uno (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

Valore della proprietà

Oggetto il cui valore è il numero uno (1).

Implementazioni

One

Commenti

La One proprietà viene in genere usata per confrontare un BigInteger valore a 1 o per assegnare 1 a un BigInteger oggetto.

Si applica a

Vedi anche