BigInteger.INumberBase<BigInteger>.IsNegativeInfinity Metoda

Definice

Určuje, zda je hodnota záporné nekonečno.

 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

Parametry

value
BigInteger

Hodnota, která se má zkontrolovat.

Návraty

true if value je záporné nekonečno, falsejinak hodnota .

Implementuje

Platí pro