BigInteger.MinusOne Свойство
Определение
Получает значение, представляющее минус единицу (-1).Gets a value that represents the number negative one (-1).
public:
static property System::Numerics::BigInteger MinusOne { System::Numerics::BigInteger get(); };
public static System.Numerics.BigInteger MinusOne { get; }
member this.MinusOne : System.Numerics.BigInteger
Public Shared ReadOnly Property MinusOne As BigInteger
Значение свойства
Целое число, равное минус единице (-1).An integer whose value is negative one (-1).
Комментарии
Свойство MinusOne используется для сравнения BigInteger ного значения с-1 или для присваивания-1 объекту BigInteger .The MinusOne property is used to compare a BigInteger value to -1 or to assign -1 to a BigInteger object.