BigInteger.INumberBase<BigInteger>.IsPositiveInfinity Method

Definition

Determines if a value is positive infinity.

 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

Parameters

value
BigInteger

The value to be checked.

Returns

true if value is positive infinity; otherwise, false.

Implements

Applies to