UInt64.INumberBase<UInt64>.IsPositiveInfinity(UInt64) Méthode

Définition

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

 static bool System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity(System::UInt64 value) = System::Numerics::INumberBase<System::UInt64>::IsPositiveInfinity;
static bool INumberBase<ulong>.IsPositiveInfinity (ulong value);
static member System.Numerics.INumberBase<System.UInt64>.IsPositiveInfinity : uint64 -> bool
 Shared Function IsPositiveInfinity (value As ULong) As Boolean Implements INumberBase(Of ULong).IsPositiveInfinity

Paramètres

value
UInt64

Valeur à vérifier.

Retours

true si value est l’infini positif ; sinon, false.

Implémente

S’applique à