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

Définition

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

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

Paramètres

value
Byte

Valeur à vérifier.

Retours

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

Implémente

S’applique à