BigInteger.One Свойство
Определение
Получает значение, представляющее единицу (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
Значение свойства
Целое число, равное единице (1).An object whose value is one (1).
Комментарии
Свойство One обычно используется для сравнения значения BigInteger с 1 или для назначения 1 объекту BigInteger .The One property is usually used to compare a BigInteger value to 1 or to assign 1 to a BigInteger object.