BigInteger.INumberBase<BigInteger>.IsNegativeInfinity Método

Definición

Determina si un valor es infinito negativo.

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

Parámetros

value
BigInteger

Valor que se va a comprobar.

Devoluciones

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

Implementaciones

Se aplica a