BigInteger.One Propriedade
Definição
Obtém um valor que representa o número um (1).Gets a value that represents the number one (1).
public:
static property System::Numerics::BigInteger One { System::Numerics::BigInteger get(); };
public static System.Numerics.BigInteger One { get; }
member this.One : System.Numerics.BigInteger
Public Shared ReadOnly Property One As BigInteger
Valor da propriedade
Um objeto cujo valor é um (1).An object whose value is one (1).
Comentários
A One propriedade geralmente é usada para comparar um BigInteger valor a 1 ou atribuir 1 a um BigInteger objeto.The One property is usually used to compare a BigInteger value to 1 or to assign 1 to a BigInteger object.