BigInteger.IAdditiveIdentity<BigInteger,BigInteger>.AdditiveIdentity Свойство
Определение
Важно!
Некоторые сведения относятся к предварительной версии продукта, в которую до выпуска могут быть внесены существенные изменения. Майкрософт не предоставляет никаких гарантий, явных или подразумеваемых, относительно приведенных здесь сведений.
Возвращает аддитивное удостоверение текущего типа.
static property System::Numerics::BigInteger System::Numerics::IAdditiveIdentity<System::Numerics::BigInteger,System::Numerics::BigInteger>::AdditiveIdentity { System::Numerics::BigInteger get(); };
static System.Numerics.BigInteger System.Numerics.IAdditiveIdentity<System.Numerics.BigInteger,System.Numerics.BigInteger>.AdditiveIdentity { get; }
static member System.Numerics.IAdditiveIdentity<System.Numerics.BigInteger,System.Numerics.BigInteger>.AdditiveIdentity : System.Numerics.BigInteger
Shared ReadOnly Property AdditiveIdentity As BigInteger Implements IAdditiveIdentity(Of BigInteger, BigInteger).AdditiveIdentity
Значение свойства
Реализации
Применяется к
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.