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