BigInteger.IBinaryNumber<BigInteger>.AllBitsSet Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém uma instância do tipo binário em que todos os bits estão definidos.
static property System::Numerics::BigInteger System::Numerics::IBinaryNumber<System::Numerics::BigInteger>::AllBitsSet { System::Numerics::BigInteger get(); };
static System.Numerics.BigInteger System.Numerics.IBinaryNumber<System.Numerics.BigInteger>.AllBitsSet { get; }
static member System.Numerics.IBinaryNumber<System.Numerics.BigInteger>.AllBitsSet : System.Numerics.BigInteger
Shared ReadOnly Property AllBitsSet As BigInteger Implements IBinaryNumber(Of BigInteger).AllBitsSet