BigInteger.INumberBase<BigInteger>.IsPositiveInfinity Метод

Определение

Определяет, является ли значение положительным бесконечностью.

 static bool System.Numerics.INumberBase<System.Numerics.BigInteger>.IsPositiveInfinity(System::Numerics::BigInteger value) = System::Numerics::INumberBase<System::Numerics::BigInteger>::IsPositiveInfinity;
static bool INumberBase<BigInteger>.IsPositiveInfinity (System.Numerics.BigInteger value);
static member System.Numerics.INumberBase<System.Numerics.BigInteger>.IsPositiveInfinity : System.Numerics.BigInteger -> bool
 Shared Function IsPositiveInfinity (value As BigInteger) As Boolean Implements INumberBase(Of BigInteger).IsPositiveInfinity

Параметры

value
BigInteger

Значение для проверки.

Возвращаемое значение

true Значение , если value является положительной бесконечностью; в противном случае — значение false.

Реализации

Применяется к