Int64.INumberBase<Int64>.IsNegativeInfinity(Int64) Méthode

Définition

Détermine si une valeur est négative à l’infini.

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

Paramètres

value
Int64

Valeur à vérifier.

Retours

true si value est l’infini négatif ; sinon, false.

Implémente

S’applique à