BigInteger.INumberBase<BigInteger>.IsPositiveInfinity Yöntem

Tanım

Bir değerin pozitif sonsuz olup olmadığını belirler.

 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

Parametreler

value
BigInteger

Denetlenecek değer.

Döndürülenler

true pozitif sonsuz ise value ; değilse, false.

Uygulamalar

Şunlara uygulanır