BigInteger.INumberBase<BigInteger>.IsPositiveInfinity Método

Definición

Determina si un valor es infinito positivo.

 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

Parámetros

value
BigInteger

Valor que se va a comprobar.

Devoluciones

true es si value es infinito positivo; de lo contrario, falsees .

Implementaciones

Se aplica a